PropertyEntry.MatchesPredicate(PropertyFilterPredicate) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IPropertyFilterTarget 方法的实现,用于确定目标显示名称或类型名称是否与包含筛选器名称的指定字符串相匹配。
public:
virtual bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public virtual bool MatchesPredicate (System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
override this.MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public Overridable Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean
参数
- predicate
- PropertyFilterPredicate
要与目标对象相匹配的筛选器的 String 显示名称或类型名称。
返回
如果该目标显示名称或类型名称与指定的字符串相匹配,则为 true
;否则为 false
。