IVsObjectListOwner::DoWaitUI Method (Int32)
Visual Studio 2015
Displays the wait cursor.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fStart
-
Type:
System::Int32
[in] Boolean. If true, displays the wait cursor.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsObjectListOwner::DoWaitUI(
[in] BOOL fStart
);
Show: