Compartilhar via


Método IWarningHandler.Write

Grava uma mensagem de aviso.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

IWarningHandler Interface

Namespace Microsoft.VisualStudio.TestTools.Common

WarningEventArgs