Compartilhar via


Propriedade CategoryEntry.MatchesFilter

Obtém ou define um valor que indica se este CategoryEntry corresponde a um filtro.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Overridable Property MatchesFilter As Boolean
    Get
    Protected Set
public virtual bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
    bool get ();
    protected: void set (bool value);
}
abstract MatchesFilter : bool with get, set
override MatchesFilter : bool with get, set
function get MatchesFilter () : boolean
protected function set MatchesFilter (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a CategoryEntry corresponde ao filtro; Caso contrário, false.

Implementações

IPropertyFilterTarget.MatchesFilter

Comentários

Esta propriedade pode ser usada para disparar as alterações para o PropertyContainer dependendo se um CategoryEntry corresponde a um filtro ou não. Por exemplo, o host pode recolhê-la se apropriado.

As informações Leia por essa propriedade são armazenadas pela ApplyFilter método.

Este método chama o OnPropertyChanged método.

Segurança do .NET Framework

Consulte também

Referência

CategoryEntry Classe

Namespace Microsoft.Windows.Design.PropertyEditing

IPropertyFilterTarget

MatchesFilter

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura