CommonMessagePump.IVsCommonMessagePump.SetWaitTitle(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le titre de la boîte de dialogue d'attente avec le titre spécifié.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitTitle(System::String ^ waitTitle) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::SetWaitTitle;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitTitle(Platform::String ^ waitTitle) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::SetWaitTitle;
int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitTitle(std::wstring const & waitTitle);
int IVsCommonMessagePump.SetWaitTitle (string waitTitle);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitTitle : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetWaitTitle : string -> int
Function SetWaitTitle (waitTitle As String) As Integer Implements IVsCommonMessagePump.SetWaitTitle
Paramètres
- waitTitle
- String
Titre.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Implémente
Remarques
Cela peut être défini avant l’appel de ModalWaitForHandles ou lors de l’un des rappels dans ModalWaitForHandlesWithClient.