Partager via


CategoryEntry.MatchesPredicate(PropertyFilterPredicate) Méthode

Définition

Indique si IPropertyFilterTarget 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

PropertyFilterPredicate, chaîne avec laquelle la correspondance doit être établie.

Retours

true en cas de correspondance ; sinon, false.

Implémente

S’applique à