CommonMessagePump.IVsCommonMessagePump.SetWaitText(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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.