SelectionCommands.SelectNext-Eigenschaft

Ruft einen RoutedCommand ab, der eine Anforderung darstellt, das nächste Objekt 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 SelectNext As RoutedCommand
    Get
public static RoutedCommand SelectNext { get; }
public:
static property RoutedCommand^ SelectNext {
    RoutedCommand^ get ();
}
static member SelectNext : RoutedCommand
static function get SelectNext () : RoutedCommand

Eigenschaftswert

Typ: System.Windows.Input.RoutedCommand
Eine Anforderung, das nächste Objekt im Designer auszuwählen.

Hinweise

Dieser Befehl hebt jede vorherige Auswahl auf.

.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