Compartir a través de


SelectionCommands.Clear (Propiedad)

Obtiene RoutedCommand que representa una solicitud para borrar la selección existente.

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

Sintaxis

'Declaración
Public Shared ReadOnly Property Clear As RoutedCommand
    Get
public static RoutedCommand Clear { get; }
public:
static property RoutedCommand^ Clear {
    RoutedCommand^ get ();
}
static member Clear : RoutedCommand
static function get Clear () : RoutedCommand

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Solicitud para borrar la selección existente.

Seguridad de .NET Framework

Vea también

Referencia

SelectionCommands Clase

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

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Otros recursos

Arquitectura de extensibilidad de WPF Designer