IWarningHandler.Write, méthode
Écrit un message d'avertissement.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Sub Write ( _
sender As Object, _
ea As WarningEventArgs _
)
void Write(
Object sender,
WarningEventArgs ea
)
void Write(
Object^ sender,
WarningEventArgs^ ea
)
abstract Write :
sender:Object *
ea:WarningEventArgs -> unit
function Write(
sender : Object,
ea : WarningEventArgs
)
Paramètres
- sender
Type : System.Object
Objet à l'origine de l'avertissement.
- ea
Type : Microsoft.VisualStudio.TestTools.Common.WarningEventArgs
Objet WarningEventArgs.
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.