Partilhar via


Propriedade PropertyEntry.MatchesFilter

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

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

Sintaxe

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

Valor de propriedade

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

Implementações

IPropertyFilterTarget.MatchesFilter

Comentários

PropertyContainerouve as alterações feitas a esta propriedade.

Segurança do .NET Framework

Consulte também

Referência

PropertyEntry Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura