IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于确定是否 IPropertyFilterTarget 是特定 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
参数
- predicate
- PropertyFilterPredicate
要 PropertyFilterPredicate 匹配的匹配项。
返回
true 如果属性筛选器目标与属性筛选器谓词之间存在匹配,则为 ;否则,为 false.