Sdílet prostřednictvím


SelectionCommands.SelectAll-Eigenschaft

Aktualisiert: November 2007

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

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

Syntax

'Declaration
Public Shared ReadOnly Property SelectAll As RoutedCommand
'Usage
Dim value As RoutedCommand

value = SelectionCommands.SelectAll
public static RoutedCommand SelectAll { get; }
public:
static property RoutedCommand^ SelectAll {
    RoutedCommand^ get ();
}
public static function get SelectAll () : RoutedCommand

Eigenschaftenwert

Typ: System.Windows.Input.RoutedCommand

Eine Anforderung, alle Objekte im Designer auszuwählen.

Berechtigungen

Siehe auch

Referenz

SelectionCommands-Klasse

SelectionCommands-Member

Microsoft.Windows.Design.Interaction-Namespace

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers