Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the modifier keys used in a keyboard accelerator.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public Enumeration __VSUIACCELMODIFIERS
'Usage
Dim instance As __VSUIACCELMODIFIERS
public enum __VSUIACCELMODIFIERS
public enum class __VSUIACCELMODIFIERS
type __VSUIACCELMODIFIERS
public enum __VSUIACCELMODIFIERS
Members
| Member name | Description | |
|---|---|---|
| VSAM_NONE | No modifier in included. | |
| VSAM_SHIFT | The shift key is included. | |
| VSAM_CONTROL | The CTRL key is included. | |
| VSAM_ALT | The ALT key is included. | |
| VSAM_WINDOWS | The Windows key is included. |