Partager via


CommonMessagePump.IVsCommonMessagePump.SetWaitText, méthode

définit le texte de dialogue d'attente.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Function SetWaitText ( _
    waitText As String _
) As Integer Implements IVsCommonMessagePump.SetWaitText
int IVsCommonMessagePump.SetWaitText(
    string waitText
)

Paramètres

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsCommonMessagePump.SetWaitText(String)

Remarques

Cela peut être défini avant d'appeler ModalWaitForHandles ou pendant l'un des rappels dans ModalWaitForHandlesWithClient.

Sécurité .NET Framework

Voir aussi

Référence

CommonMessagePump Classe

Microsoft.VisualStudio.Shell, espace de noms