言語

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、文字列。

返品

true 一致する場合。それ以外の場合は false

実装

適用対象