CommonMessagePump.IVsCommonMessagePump.SetWaitText(String) Method

Definition

Wait dialog text for what we are waiting on.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitText(System::String ^ waitText) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::SetWaitText;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitText(Platform::String ^ waitText) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::SetWaitText;
int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitText(std::wstring const & waitText);
int IVsCommonMessagePump.SetWaitText (string waitText);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitText : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitText : string -> int
Function SetWaitText (waitText As String) As Integer Implements IVsCommonMessagePump.SetWaitText

Parameters

waitText
String

The wait text.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

This may be set before calling ModalWaitForHandles or during one of the callbacks in ModalWaitForHandlesWithClient.

Applies to