Compartir a través de


PropertyValueExceptionEventArgs.Source (Propiedad)

Obtiene el origen que generó 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 Source As PropertyValueExceptionSource
    Get
public PropertyValueExceptionSource Source { get; }
public:
property PropertyValueExceptionSource Source {
    PropertyValueExceptionSource get ();
}
member Source : PropertyValueExceptionSource
function get Source () : PropertyValueExceptionSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
PropertyValueExceptionSource que generó 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