__VSTRANSACCELFLAGS Enumeration

 

Translate accelerator flags for IVsFilterKeys::TranslateAccelerator calls.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSTRANSACCELFLAGS

Member nameDescription
VSTAF_Default

Perform the default actions.

VSTAF_NoFireCommand

Do not execute the command.

From vsshell.idl:

Return to top
Show: