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

適用対象