IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate) 메서드

정의

이 항목이 특정 PropertyFilterPredicate항목과 일치하는지 여부를 IPropertyFilterTarget 확인하는 데 사용됩니다.

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

매개 변수

predicate
PropertyFilterPredicate

PropertyFilterPredicate 일치하는 항목입니다.

반품

true속성 필터 대상과 속성 필터 조건자 간에 일치하는 항목이 있으면 입니다. 그렇지 않으면 . false

적용 대상