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

パラメーター

返品

true プロパティ フィルター ターゲットとプロパティ フィルター述語の間に一致がある場合。それ以外の場合は false

適用対象