PropertyEntry.MatchesPredicate(PropertyFilterPredicate) メソッド

定義

ターゲットの表示名または型名が、フィルターの名前を含む指定した文字列と一致するかどうかを決定する 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

実装

適用対象