CommonMessagePump.IVsCommonMessagePump.SetWaitTitle(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.