IVsMenuEditor.GetUIState Method (UInt32)
Visual Studio 2015
Returns the current UI state of the Menu Editor, giving the site a mechanism to know if the Menu Editor has any UI operations in progress.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pstate
-
Type:
System.UInt32
[out, retval] The current UI state of the Menu Editor.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
C++
From vsshell.idl:
HRESULT IVsMenuEditor::GetUIState([out, retval] VSMEUISTATE *pState);
Show: