Sdílet prostřednictvím


PropertyValueExceptionEventArgs.Source-Eigenschaft

Aktualisiert: November 2007

Ruft die Quelle ab, die die Ausnahme generiert hat.

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

Syntax

'Declaration
Public ReadOnly Property Source As PropertyValueExceptionSource
'Usage
Dim instance As PropertyValueExceptionEventArgs
Dim value As PropertyValueExceptionSource

value = instance.Source
public PropertyValueExceptionSource Source { get; }
public:
property PropertyValueExceptionSource Source {
    PropertyValueExceptionSource get ();
}
public function get Source () : PropertyValueExceptionSource

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource

Eine PropertyValueExceptionSource, die die Ausnahme generiert hat.

Berechtigungen

Siehe auch

Referenz

PropertyValueExceptionEventArgs-Klasse

PropertyValueExceptionEventArgs-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur