共用方式為


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

屬性值

如果目標物件符合篩選條件,則為 true,否則為 false

備註

PropertyContainer 會接聽對此屬性進行的變更。

適用於