Partager via


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.

Sécurité .NET Framework

Voir aussi

Référence

IWarningHandler Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

WarningEventArgs