Share via


IPropertyFilterTarget.MatchesFilter Property

Gets a value indicating whether this IPropertyFilterTarget matches a filter.

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

Syntax

'Declaration
ReadOnly Property MatchesFilter As Boolean
    Get
bool MatchesFilter { get; }
property bool MatchesFilter {
    bool get ();
}
abstract MatchesFilter : bool
function get MatchesFilter () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IPropertyFilterTarget Interface

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture