IWarningHandler.Write (Método)

Escribe un mensaje de advertencia.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • sender
    Tipo: System.Object
    El objeto que originó la advertencia.

Seguridad de .NET Framework

Vea también

Referencia

IWarningHandler Interfaz

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

WarningEventArgs