Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
int DoWaitUI(
int fStart
)
int DoWaitUI(
[InAttribute] int fStart
)
abstract DoWaitUI :
fStart:int -> int
function DoWaitUI(
fStart : int
) : int
Parameters
fStart
Type: Int32[in] Boolean. If true, displays the wait cursor.
Return Value
Type: 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.