SelectionCommands.SelectPrevious (Propiedad)
Obtiene RoutedCommand que representa una solicitud para seleccionar el objeto anterior en el diseñador.
Espacio de nombres: Microsoft.Windows.Design.Interaction
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
Valor de propiedad
Tipo: System.Windows.Input.RoutedCommand
Solicitud para seleccionar el objeto anterior en el diseñador.
Comentarios
Este comando borra cualquier selección anterior.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.Interaction (Espacio de nombres)