IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) Method

Definition

Used to determine whether this IPropertyFilterTarget is a match for a particular 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

The PropertyFilterPredicate to match against.

Returns

true if it there is a match between a property filter target and a property filter predicate; otherwise, false.

Applies to