CategoryEntry.MatchesPredicate(PropertyFilterPredicate) 方法

定義

表示 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,也就是字串。

傳回

Boolean

如果相符,則為 true,否則為 false

實作

適用於