PropertyValueExceptionEventArgs.PropertyValue (Propiedad)

Obtiene el PropertyValue para el que se produce la excepción.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue para el que se produce la excepción.

Seguridad de .NET Framework

Vea también

Referencia

PropertyValueExceptionEventArgs Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades