PropertyValueExceptionSource-Enumeration

Gibt die Quelle der von einer PropertyValue-Instanz ausgelösten Ausnahme an.

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

Syntax

'Declaration
Public Enumeration PropertyValueExceptionSource
public enum PropertyValueExceptionSource
public enum class PropertyValueExceptionSource
type PropertyValueExceptionSource
public enum PropertyValueExceptionSource

Member

Membername Beschreibung
Get Gibt an, dass die Ausnahme bei einem get-Vorgang aufgetreten ist.
Set Gibt an, dass die Ausnahme bei einem set-Vorgang aufgetreten ist.

Siehe auch

Referenz

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur