PackageUtility.ShowMessageBox, méthode (IServiceProvider, String, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON)
Méthode d'assistance pour montrer un message dans le shell.
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Function ShowMessageBox ( _
serviceProvider As IServiceProvider, _
messageText As String, _
f1Keyword As String, _
messageButtons As OLEMSGBUTTON, _
defaultButton As OLEMSGDEFBUTTON, _
messageIcon As OLEMSGICON _
) As DialogResult
public static DialogResult ShowMessageBox(
IServiceProvider serviceProvider,
string messageText,
string f1Keyword,
OLEMSGBUTTON messageButtons,
OLEMSGDEFBUTTON defaultButton,
OLEMSGICON messageIcon
)
Paramètres
- serviceProvider
Type : System.IServiceProvider
- messageText
Type : System.String
Texte à montrer.
- f1Keyword
Type : System.String
F1-keyword.
- messageButtons
Type : Microsoft.VisualStudio.Shell.Interop.OLEMSGBUTTON
Boutons qui doivent s'afficher dans le dialogue.
- defaultButton
Type : Microsoft.VisualStudio.Shell.Interop.OLEMSGDEFBUTTON
Bouton par défaut (appelé lorsque retour de utilisations d'utilisateur).
- messageIcon
Type : Microsoft.VisualStudio.Shell.Interop.OLEMSGICON
Icône (prévenir, erreur, informations, etc.) à s'afficher
Valeur de retour
Type : System.Windows.Forms.DialogResult
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.