Partager via


IVCWizCtlUI.OkCancelAlert, méthode

Affiche un message d'alerte à l'attention de l'utilisateur de l'Assistant, lui demandant de cliquer sur OK pour confirmer une option sélectionnée dans l'Assistant ou sur Annuler pour annuler cette option.

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

Syntaxe

'Déclaration
Function OkCancelAlert ( _
    bstrMessage As String _
) As Boolean
bool OkCancelAlert(
    string bstrMessage
)
bool OkCancelAlert(
    [InAttribute] String^ bstrMessage
)
abstract OkCancelAlert : 
        bstrMessage:string -> bool 
function OkCancelAlert(
    bstrMessage : String
) : boolean

Paramètres

  • bstrMessage
    Type : System.String
    Chaîne contenant le message à afficher à l'utilisateur.

Valeur de retour

Type : System.Boolean
true pour OK, false pour Annuler.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms