次の方法で共有


IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) メソッド

定義

この IPropertyFilterTarget が特定の PropertyFilterPredicate に一致するかどうかを判断するために使用されます。

public:
 bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public bool MatchesPredicate (System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean

パラメーター

predicate
PropertyFilterPredicate

照合対象の PropertyFilterPredicate

戻り値

Boolean

プロパティ フィルターの対象とプロパティ フィルター述語が一致する場合は true、それ以外の場合は false

適用対象