IVsObjectListOwner.DoWaitUI Method
Displays the wait cursor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function DoWaitUI ( _
fStart As Integer _
) As Integer
'Usage
Dim instance As IVsObjectListOwner
Dim fStart As Integer
Dim returnValue As Integer
returnValue = instance.DoWaitUI(fStart)
int DoWaitUI(
int fStart
)
int DoWaitUI(
[InAttribute] int fStart
)
function DoWaitUI(
fStart : int
) : int
Parameters
fStart
Type: System.Int32[in] Boolean. If true, displays the wait cursor.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsObjectListOwner::DoWaitUI(
[in] BOOL fStart
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.