PropertyEntry.MatchesFilter (Propiedad)

Obtiene o establece un valor que indica si PropertyEntry coincide con un filtro.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Es true si PropertyEntry coincide con el filtro; de lo contrario, es false.

Implementaciones

IPropertyFilterTarget.MatchesFilter

Comentarios

PropertyContainer escucha los cambios que se realizan en esta propiedad.

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntry Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades