PropertyEntry.MatchesPredicate Method

Indicates whether a PropertyEntry matches a predicate.

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

Syntax

'Declaration
Public Overridable Function MatchesPredicate ( _
    predicate As PropertyFilterPredicate _
) As Boolean
public virtual bool MatchesPredicate(
    PropertyFilterPredicate predicate
)
public:
virtual bool MatchesPredicate(
    PropertyFilterPredicate^ predicate
)
abstract MatchesPredicate : 
        predicate:PropertyFilterPredicate -> bool 
override MatchesPredicate : 
        predicate:PropertyFilterPredicate -> bool 
public function MatchesPredicate(
    predicate : PropertyFilterPredicate
) : boolean

Parameters

Return Value

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

Implements

IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture