PropertyValueEditorCommands.ShowErrorMessage Property
Gets a RoutedCommand that represents a request to show a validation error message.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
Property Value
Type: System.Windows.Input.RoutedCommand
A request to show a validation error message.
Examples
WPF Designer Extensibility Architecture
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.