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
。