Partager via


CommonMessagePump.IVsCommonMessagePump.SetAllowCancel, méthode

Détermine si la boîte de dialogue d'attente a un bouton annuler actif.

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

Syntaxe

'Déclaration
Private Function SetAllowCancel ( _
    allowCancel As Boolean _
) As Integer Implements IVsCommonMessagePump.SetAllowCancel
int IVsCommonMessagePump.SetAllowCancel(
    bool allowCancel
)

Paramètres

  • allowCancel
    Type : System.Boolean
    true si la boîte de dialogue d'attente a un bouton annuler actif, sinon false.

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.SetAllowCancel(Boolean)

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