Share via


PropertyEntry.MatchesFilter Property

Gets or sets a value that indicates whether this PropertyEntry matches a filter.

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

Syntax

'Declaration
Public Property MatchesFilter As Boolean
    Get
    Protected Set
public bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
    bool get () sealed;
    protected: void set (bool value) sealed;
}
abstract MatchesFilter : bool with get, set
override MatchesFilter : bool with get, set
final function get MatchesFilter () : boolean
protected 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

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture