CategoryEntry.MatchesFilter 屬性

定義

取得或設定值,這個值會指出 CategoryEntry 是否符合篩選條件。

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

屬性值

如果某個篩選條件等於指定的篩選條件,則為 true,否則為 false

適用於