PropertyFilterAppliedEventArgs.Filter-Eigenschaft

Ruft den PropertyFilter ab, der angewendet wurde.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
Ein PropertyFilter, der angewendet wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyFilterAppliedEventArgs Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur