IVsCommonMessagePump.SetWaitTitle(String) Method

Definition

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.

Applies to