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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.