PropertyEntry.MatchesPredicate-Methode

Gibt an, ob ein PropertyEntry mit einem Prädikat übereinstimmt.

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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn PropertyEntry mit dem Prädikat übereinstimmt, andernfalls false.

Implementiert

IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyEntry Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur