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

戻り値

Boolean

一致があった場合は true、それ以外の場合は false

実装

適用対象