Partager via


VsShellUtilities.PromptYesNo, méthode

Affiche un message qui contient le titre spécifié et invite l'utilisateur à répondre (oui ou non) au message spécifié.

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

Syntaxe

'Déclaration
Public Shared Function PromptYesNo ( _
    message As String, _
    title As String, _
    icon As OLEMSGICON, _
    uiShell As IVsUIShell _
) As Boolean
public static bool PromptYesNo(
    string message,
    string title,
    OLEMSGICON icon,
    IVsUIShell uiShell
)

Paramètres

  • message
    Type : System.String
    Le message auquel l'utilisateur doit répondre.

Valeur de retour

Type : System.Boolean
true si l'opération a abouti ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

VsShellUtilities Classe

Microsoft.VisualStudio.Shell, espace de noms