PropertyValueExceptionEventArgs.PropertyValue-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Ein PropertyValue, für den die Ausnahme auftritt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValueExceptionEventArgs Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur