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.