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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction