CategoryEntry.MatchesFilter Property

Definition

Gets or sets a value that indicates whether the CategoryEntry matches a filter.

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

Property Value

true if a filter equals the specified filter; otherwise, false.

Applies to