Compartir a través de


PropertyValueEditorCommands.ShowErrorMessage (Propiedad)

Obtiene un objeto RoutedCommand que representa una solicitud para mostrar un mensaje de error de validación.

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

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Una solicitud para mostrar un mensaje de error de validación.

Ejemplos

Arquitectura de extensibilidad de WPF Designer

PropertyValueEditor

Seguridad de .NET Framework

Vea también

Referencia

PropertyValueEditorCommands Clase

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