Udostępnij za pośrednictwem


Metoda IWarningHandler.Write —

Zapisuje komunikat ostrzegawczy.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

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

Parametry

  • sender
    Typ: Object

    Obiekt, który pochodzi ostrzeżenie.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IWarningHandler Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

WarningEventArgs