__VSTRANSACCELFLAGS Enum

Definition

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

VSTAF_Default 0

Perform the default actions.

VSTAF_NoFireCommand 1

Do not execute the command.

Remarks

COM Signature

From vsshell.idl:

Applies to