Compartir a través de


PropertyFilterAppliedEventArgs.Filter (Propiedad)

Obtiene el objeto PropertyFilter que se aplicó.

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

Sintaxis

'Declaración
Public ReadOnly Property Filter As PropertyFilter
    Get
public PropertyFilter Filter { get; }
public:
property PropertyFilter^ Filter {
    PropertyFilter^ get ();
}
member Filter : PropertyFilter
function get Filter () : PropertyFilter

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
Un objeto PropertyFilter que se aplicó.

Seguridad de .NET Framework

Vea también

Referencia

PropertyFilterAppliedEventArgs Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades