Delen via


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

See Also

Reference

PropertyFilter Class

PropertyFilter Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture