__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)

Syntax

'Declaration
Public Enumeration __VSMEUISTATE
public enum __VSMEUISTATE
public enum class __VSMEUISTATE
type __VSMEUISTATE
public enum __VSMEUISTATE

Members

Member name Description
VSMEUISTATE_IDLE Menu editor is idle.
VSMEUISTATE_LABELEDIT Label edit is in progress.
VSMEUISTATE_ACCELEDIT Accelerator edit is in progress.
VSMEUISTATE_ACCELLIST Accelerator listing is in progress.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace