Sdílet prostřednictvím


PropertyValueExceptionEventArgs.PropertyValue-Eigenschaft

Aktualisiert: November 2007

Ruft den PropertyValue ab, für den die Ausnahme auftritt.

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

Syntax

'Declaration
Public ReadOnly Property PropertyValue As PropertyValue
'Usage
Dim instance As PropertyValueExceptionEventArgs
Dim value As PropertyValue

value = instance.PropertyValue
public PropertyValue PropertyValue { get; }
public:
property PropertyValue^ PropertyValue {
    PropertyValue^ get ();
}
public function get PropertyValue () : PropertyValue

Eigenschaftenwert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValue

Ein PropertyValue, für den die Ausnahme auftritt.

Berechtigungen

Siehe auch

Referenz

PropertyValueExceptionEventArgs-Klasse

PropertyValueExceptionEventArgs-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur