다음을 통해 공유


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

구현

적용 대상