Sdílet prostřednictvím


PropertyValueExceptionEventArgs.Message – vlastnost

Získá zprávy s oznámením, co se nezdařilo.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Message As String
    Get
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Hodnota vlastnosti

Typ: System.String
Zpráva, která označuje, co se nezdařilo.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyValueExceptionEventArgs Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

WPF Designer Extensibility

Property Editing Architecture