PropertyEntry.MatchesFilter 속성

정의

IPropertyFilterTarget이 필터와 일치하는지 여부를 나타내는 값을 가져옵니다. IPropertyFilterTarget이 필터와 일치함을 나타내는 값을 설정하고 속성 변경에 대한 이벤트 처리기 메서드를 시작합니다.

public:  property bool MatchesFilter {  public:
bool get(); protected:
 void set(bool value); };
public bool MatchesFilter { get; protected set; }
member this.MatchesFilter : bool with get, set
Public Property MatchesFilter As Boolean

속성 값

Boolean

대상 개체가 필터와 일치하면 true이고, 그렇지 않으면 false입니다.

설명

PropertyContainer는 이 속성에 대한 변경 내용을 수신합니다.

적용 대상