Share via


PropertyEntry.MatchesPredicate(PropertyFilterPredicate) Méthode

Définition

Implémentation d'une méthode IPropertyFilterTarget qui détermine si l'affichage cible ou le nom de type correspond à la chaîne spécifiée contenant le nom d'un filtre.

public:
 virtual bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public virtual bool MatchesPredicate (System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
override this.MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public Overridable Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean

Paramètres

predicate
PropertyFilterPredicate

Affichage String ou nom de type d'un filtre pour établir une correspondance par rapport à l'objet cible.

Retours

true si l'affichage cible ou le nom de type correspond à la chaîne spécifiée ; sinon false.

Implémente

S’applique à