PropertyFilter.IsEmpty Property
Gets a value indicating whether PropertyFilter has any predicates.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean
Property Value
Type: System.Boolean
true if this PropertyFilter does not have any predicates; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace