Proprietà PropertyValueEditorCommands.ShowErrorMessage

Ottiene un oggetto RoutedCommand che rappresenta una richiesta di visualizzazione di un messaggio di errore di convalida.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property ShowErrorMessage As RoutedCommand
    Get
public static RoutedCommand ShowErrorMessage { get; }
public:
static property RoutedCommand^ ShowErrorMessage {
    RoutedCommand^ get ();
}
static member ShowErrorMessage : RoutedCommand
static function get ShowErrorMessage () : RoutedCommand

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Richiesta di visualizzazione di un messaggio di errore di convalida.

Esempi

Architettura di estensibilità di Progettazione WPF

PropertyValueEditor

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueEditorCommands Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing