CategoryEntry.MatchesFilter Propriedade
Definição
Obtém ou define um valor que indica se CategoryEntry corresponde a um filtro.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
Valor da propriedade
true se um filtro for igual ao filtro especificado; caso contrário, false .true if a filter equals the specified filter; otherwise, false.