IVsObjectListOwner.DoWaitUI Method

Displays the wait cursor.

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

Syntax

‘선언
Function DoWaitUI ( _
    fStart As Integer _
) As Integer
‘사용 방법
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
)
abstract DoWaitUI : 
        fStart:int -> int 
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

See Also

Reference

IVsObjectListOwner Interface

IVsObjectListOwner Members

Microsoft.VisualStudio.Shell.Interop Namespace