Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Translate accelerator flags for IVsFilterKeys::TranslateAccelerator calls.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSTRANSACCELFLAGS
[FlagsAttribute]
public enum __VSTRANSACCELFLAGS
[FlagsAttribute]
public enum class __VSTRANSACCELFLAGS
[<FlagsAttribute>]
type __VSTRANSACCELFLAGS
public enum __VSTRANSACCELFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSTAF_Default | Perform the default actions. | |
| VSTAF_NoFireCommand | Do not execute the command. |
Remarks
COM Signature
From vsshell.idl: