CommonMessagePump.IVsCommonMessagePump.SetWaitText(String) Methode

Definition

Legt den Dialogtext des Wartevorgangs fest.

 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

Parameter

waitText
String

Der Wartevorgangstext.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Hinweise

Dies kann vor dem Aufrufen von modalwaitforhandles oder bei einem der Rückrufe in modalwaitforhandleswithclient festgelegt werden.

Gilt für