Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene un comando que muestra el menú de sistema.
Espacio de nombres: Microsoft.Windows.Shell
Ensamblado: Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)
Sintaxis
'Declaración
Public Shared Property ShowSystemMenuCommand As RoutedCommand
Get
Private Set
public static RoutedCommand ShowSystemMenuCommand { get; private set; }
public:
static property RoutedCommand^ ShowSystemMenuCommand {
RoutedCommand^ get ();
private: void set (RoutedCommand^ value);
}
static member ShowSystemMenuCommand : RoutedCommand with get, private set
static function get ShowSystemMenuCommand () : RoutedCommand
private static function set ShowSystemMenuCommand (value : RoutedCommand)
Valor de propiedad
Tipo: System.Windows.Input.RoutedCommand
Un comando que muestra el menú del sistema.
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.