Delen via


PropertyEntry.MatchesFilter Property

Gets or sets a value indicating whether this PropertyEntry matches a filter.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Property MatchesFilter As Boolean
'Usage
Dim instance As PropertyEntry 
Dim value As Boolean 

value = instance.MatchesFilter

instance.MatchesFilter = value
public bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
    bool get () sealed;
    void set (bool value) sealed;
}
public final function get MatchesFilter () : boolean 
public final function set MatchesFilter (value : boolean)

Property Value

Type: System.Boolean
true if the PropertyEntry matches the filter; otherwise, false.

Implements

IPropertyFilterTarget.MatchesFilter

Remarks

PropertyContainer listens to changes that are made to this property.

.NET Framework Security

See Also

Reference

PropertyEntry Class

PropertyEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture