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.
Specifies the title of the wait dialog.
public:
int SetWaitTitle(System::String ^ pszWaitTitle);
public:
int SetWaitTitle(Platform::String ^ pszWaitTitle);
int SetWaitTitle(std::wstring const & pszWaitTitle);
public int SetWaitTitle (string pszWaitTitle);
abstract member SetWaitTitle : string -> int
Public Function SetWaitTitle (pszWaitTitle As String) As Integer
Parameters
- pszWaitTitle
- String
The title of the wait dialog.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.