PropertyEntry.MatchesPredicate(PropertyFilterPredicate) Methode

Definitie

Implementatie van een IPropertyFilterTarget methode die bepaalt of de doelweergave of typenaam overeenkomt met de opgegeven tekenreeks die de naam van een filter bevat.

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

Parameters

predicate
PropertyFilterPredicate

De String weergave- of typenaam van een filter dat overeenkomt met het doelobject.

Retouren

true als de doelweergave of typenaam overeenkomt met de opgegeven tekenreeks; anders, false.

Implementeringen

Van toepassing op