CommonMessagePump.IVsCommonMessagePump.SetWaitText(String) Метод

Определение

Задает текст диалогового окна ожидания.

 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

Параметры

waitText
String

текст диалогового окна ожидания.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Реализации

Комментарии

Это можно задать перед вызовом Модалваитфорхандлес или во время одного из обратных вызовов в Модалваитфорхандлесвисклиент.

Применяется к