IPropertyFilterTarget.MatchesPredicate-Methode

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

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IPropertyFilterTarget Schnittstelle

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur