PropertyEntry.MatchesPredicate Method

Indicates whether a PropertyEntry matches a predicate.

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

Syntax

'Declaration
Public Overridable Function MatchesPredicate ( _
    predicate As PropertyFilterPredicate _
) As Boolean
'Usage
Dim instance As PropertyEntry 
Dim predicate As PropertyFilterPredicate 
Dim returnValue As Boolean 

returnValue = instance.MatchesPredicate(predicate)
public virtual bool MatchesPredicate(
    PropertyFilterPredicate predicate
)
public:
virtual bool MatchesPredicate(
    PropertyFilterPredicate^ predicate
)
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

PropertyEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture