WindowsHost.ShowMessageBox, méthode
Ce membre substitue TeamFoundationRuntimeHost.ShowMessageBox(IWin32Window, String, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton).
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Overrides Function ShowMessageBox ( _
parent As IWin32Window, _
text As String, _
helpTopic As String, _
caption As String, _
buttons As MessageBoxButtons, _
icon As MessageBoxIcon, _
defaultButton As MessageBoxDefaultButton _
) As DialogResult
public override DialogResult ShowMessageBox(
IWin32Window parent,
string text,
string helpTopic,
string caption,
MessageBoxButtons buttons,
MessageBoxIcon icon,
MessageBoxDefaultButton defaultButton
)
Paramètres
- parent
Type : System.Windows.Forms.IWin32Window
- text
Type : System.String
- helpTopic
Type : System.String
- caption
Type : System.String
- buttons
Type : System.Windows.Forms.MessageBoxButtons
- icon
Type : System.Windows.Forms.MessageBoxIcon
- defaultButton
Type : System.Windows.Forms.MessageBoxDefaultButton
Valeur de retour
Type : System.Windows.Forms.DialogResult
Implémentations
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.