Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
public enum __VSUIACCELMODIFIERS
public enum class __VSUIACCELMODIFIERS
type __VSUIACCELMODIFIERS
public enum __VSUIACCELMODIFIERS
Members
| Member name | Description | |
|---|---|---|
| VSAM_ALT | The ALT key is included. | |
| VSAM_CONTROL | The CTRL key is included. | |
| VSAM_NONE | No modifier in included. | |
| VSAM_SHIFT | The shift key is included. | |
| VSAM_WINDOWS | The Windows key is included. |