CategoryEntry.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.
Indique si un IPropertyFilterTarget prédicat correspond à un prédicat.
public:
abstract bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public abstract bool MatchesPredicate(System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public MustOverride Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean
Paramètres
- predicate
- PropertyFilterPredicate
Chaîne PropertyFilterPredicateà mettre en correspondance.
Retours
true s’il y a une correspondance ; sinon, false.