__VSTRANSACCELFLAGS Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Translate accelerator flags for IVsFilterKeys::TranslateAccelerator(MSG[], UInt32, Guid, UInt32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSTRANSACCELFLAGS
C++/CX
public enum class __VSTRANSACCELFLAGS
enum __VSTRANSACCELFLAGS
[System.Flags]
public enum __VSTRANSACCELFLAGS
[<System.Flags>]
type __VSTRANSACCELFLAGS =
Public Enum __VSTRANSACCELFLAGS
- Inheritance
-
__VSTRANSACCELFLAGS
- Attributes
Name | Value | Description |
---|---|---|
VSTAF_Default | 0 | Perform the default actions. |
VSTAF_NoFireCommand | 1 | Do not execute the command. |
From vsshell.idl:
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |