Compartir a través de


SelectionCommands.SelectAll (Propiedad)

Obtiene RoutedCommand que representa una solicitud para seleccionar todos los objetos en el diseñador.

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 SelectAll As RoutedCommand
    Get
public static RoutedCommand SelectAll { get; }
public:
static property RoutedCommand^ SelectAll {
    RoutedCommand^ get ();
}
static member SelectAll : RoutedCommand
static function get SelectAll () : RoutedCommand

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Solicitud para seleccionar todos los objetos en el diseñador.

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