Propriedade PropertyValueExceptionEventArgs.PropertyValue
Obtém o PropertyValue para a exceção está ocorrendo.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A PropertyValue para a exceção está ocorrendo.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyValueExceptionEventArgs Classe
Namespace Microsoft.Windows.Design.PropertyEditing