Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- predicate
Typ: Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate
Das Prädikat, mit dem verglichen werden soll.
Rückgabewert
Typ: System.Boolean
true, wenn PropertyEntry mit dem Prädikat übereinstimmt, andernfalls false.
Implementiert
IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.Windows.Design.PropertyEditing-Namespace