IPropertyFilterTarget.MatchesFilter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 PropertyFilter 是物件的相符項目,則為傳回 true
的唯讀屬性。
public:
property bool MatchesFilter { bool get(); };
public bool MatchesFilter { get; }
member this.MatchesFilter : bool
Public ReadOnly Property MatchesFilter As Boolean
屬性值
如果屬性篩選與屬性篩選目標相符,則為 true
,否則為 false
。