다음을 통해 공유


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입니다.

구현

적용 대상