Partager via


SelectionCommands.SelectAll, propriété

Obtient un RoutedCommand qui représente une demande de sélection de tous les objets dans le concepteur.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande de sélection de tous les objets dans le concepteur.

Sécurité .NET Framework

Voir aussi

Référence

SelectionCommands Classe

Microsoft.Windows.Design.Interaction, espace de noms

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF