Proprietà SelectionCommands.SelectAll

Ottiene un oggetto RoutedCommand che rappresenta una richiesta di selezione di tutti gli oggetti della finestra di progettazione.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Richiesta di selezione di tutti gli oggetti della finestra di progettazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SelectionCommands Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Altre risorse

Architettura di estensibilità di Progettazione WPF