__VSMEUISTATE Enumeration

 

Specifies the state of operations in progress. Used with GetUIState calls.

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

public enum __VSMEUISTATE

Member nameDescription
VSMEUISTATE_ACCELEDIT

Accelerator edit is in progress.

VSMEUISTATE_ACCELLIST

Accelerator listing is in progress.

VSMEUISTATE_IDLE

Menu editor is idle.

VSMEUISTATE_LABELEDIT

Label edit is in progress.

From vsshell.idl:

Return to top
Show: