Share via


IPropertyFilterTarget.MatchesPredicate Method

Indicates whether an IPropertyFilterTarget matches a predicate.

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

Syntax

'Declaration
Function MatchesPredicate ( _
    predicate As PropertyFilterPredicate _
) As Boolean
bool MatchesPredicate(
    PropertyFilterPredicate predicate
)
bool MatchesPredicate(
    PropertyFilterPredicate^ predicate
)
abstract MatchesPredicate : 
        predicate:PropertyFilterPredicate -> bool 
function MatchesPredicate(
    predicate : PropertyFilterPredicate
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IPropertyFilterTarget Interface

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture