CategoryEntry.MatchesPredicate(PropertyFilterPredicate) 方法

定义

指示是否 IPropertyFilterTarget 与谓词匹配。

public:
 abstract bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public abstract bool MatchesPredicate(System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public MustOverride Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean

参数

predicate
PropertyFilterPredicate

PropertyFilterPredicate匹配的字符串。

返回

true 如果存在匹配项,则为否则,为 false.

实现

适用于