SelectionCommands.SelectAll-Eigenschaft

Ruft einen RoutedCommand ab, der eine Anforderung darstellt, alle Objekte im Designer auszuwählen.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Eigenschaftswert

Typ: System.Windows.Input.RoutedCommand
Eine Anforderung, alle Objekte im Designer auszuwählen.

.NET Framework-Sicherheit

Siehe auch

Referenz

SelectionCommands Klasse

Microsoft.Windows.Design.Interaction-Namespace

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers