IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet de déterminer si ce IPropertyFilterTarget est une correspondance pour un PropertyFilterPredicate particulier.
public:
bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public bool MatchesPredicate (System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean
Paramètres
- predicate
- PropertyFilterPredicate
PropertyFilterPredicate par rapport auquel une correspondance doit être établie.
Retours
true
s'il existe une correspondance entre une cible de filtre de propriété et un prédicat de filtre de propriété ; sinon false
.