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 -> 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.