__VSTRANSACCELFLAGS Enum
Definition
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
public enum class __VSTRANSACCELFLAGS
enum __VSTRANSACCELFLAGS
[System.Flags]
public enum __VSTRANSACCELFLAGS
[<System.Flags>]
type __VSTRANSACCELFLAGS =
Public Enum __VSTRANSACCELFLAGS
- Inheritance
-
__VSTRANSACCELFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSTAF_Default | 0 | Perform the default actions. |
VSTAF_NoFireCommand | 1 | Do not execute the command. |
Remarks
COM Signature
From vsshell.idl: