Proprietà SelectionCommands.SelectPrevious

Ottiene un oggetto RoutedCommand che rappresenta una richiesta di selezione dell'oggetto precedente nella 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 SelectPrevious As RoutedCommand
    Get
public static RoutedCommand SelectPrevious { get; }
public:
static property RoutedCommand^ SelectPrevious {
    RoutedCommand^ get ();
}
static member SelectPrevious : RoutedCommand
static function get SelectPrevious () : RoutedCommand

Valore proprietà

Tipo: System.Windows.Input.RoutedCommand
Richiesta di selezione dell'oggetto precedente nella finestra di progettazione.

Note

Questo comando deseleziona tutte le selezioni precedenti.

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