CommonMessagePump.IVsCommonMessagePump.SetWaitText(String) Método

Definição

Define o texto da caixa de diálogo de espera.

 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

Parâmetros

waitText
String

O texto de espera.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Implementações

Comentários

Isso pode ser definido antes de chamar ModalWaitForHandles ou durante um dos retornos de chamada em ModalWaitForHandlesWithClient.

Aplica-se a