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 대상 개체와 일치시킬 필터의 표시 또는 형식 이름입니다.

반품

true대상 표시 또는 형식 이름이 지정된 문자열과 일치하면 이고, 그렇지 않으면 . false

구현

적용 대상