Compartilhar via


CommonMessagePump.IVsCommonMessagePump.SetWaitTitle(String) Method

Definition

Title of the wait dialog

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

Parameters

waitTitle
String

The title.

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