BasicHelper.ShowApplyToAllMessageBox, méthode
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.VisualStudio.TeamFoundation.Client (dans Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function ShowApplyToAllMessageBox ( _
message As String, _
title As String, _
helpTopic As String _
) As MsgResult
public MsgResult ShowApplyToAllMessageBox(
string message,
string title,
string helpTopic
)
Paramètres
- message
Type : System.String
- title
Type : System.String
- helpTopic
Type : System.String
Valeur de retour
Type : Microsoft.VisualStudio.TeamFoundation.MsgResult
retourne MsgResult ;
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.