IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Function MatchesPredicate (predicate As PropertyFilterPredicate) As BooleanParameters
- 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.