Partager via


SelectionCommands.SelectNext, propriété

Obtient un RoutedCommand qui représente une demande de sélection de l'objet suivant 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 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

Valeur de propriété

Type : System.Windows.Input.RoutedCommand
Demande de sélection de l'objet suivant dans le concepteur.

Notes

Cette commande efface la sélection précédente.

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