PropertyFilter.IsEmpty Property
Gets a value indicating whether PropertyFilter has any predicates.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As PropertyFilter
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
bool get ();
}
public 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