Delen via


IPropertyFilterTarget.MatchesFilter Property

Gets a value indicating whether this IPropertyFilterTarget matches a filter.

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

Syntax

'Declaration
ReadOnly Property MatchesFilter As Boolean
'Usage
Dim instance As IPropertyFilterTarget 
Dim value As Boolean 

value = instance.MatchesFilter
bool MatchesFilter { get; }
property bool MatchesFilter {
    bool get ();
}
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

IPropertyFilterTarget Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture