CategoryEntry.MatchesPredicate(PropertyFilterPredicate) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示 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
。