IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) Methode

Definitie

Wordt gebruikt om te bepalen of dit IPropertyFilterTarget een overeenkomst is voor een bepaalde PropertyFilterPredicate.

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

Parameters

predicate
PropertyFilterPredicate

De PropertyFilterPredicate te matchen tegen.

Retouren

true als er een overeenkomst is tussen een eigenschapsfilterdoel en een eigenschapsfilterpredicaat; anders, false.

Van toepassing op