PropertyEntry.MatchesFilter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值會指出 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
會接聽對此屬性進行的變更。