次の方法で共有


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

戻り値

Boolean

対象の表示名または型名が、指定された文字列と一致する場合は true。それ以外の場合は false

実装

適用対象