Condividi tramite


Metodo IWarningHandler.Write

Scrive un messaggio di avviso.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IWarningHandler Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

WarningEventArgs