Share via


IWarningHandler.Write Method

Writes a warning message.

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

Syntax

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

Parameters

  • sender
    Type: Object

    The object that originated the warning.

.NET Framework Security

See Also

Reference

IWarningHandler Interface

Microsoft.VisualStudio.TestTools.Common Namespace

WarningEventArgs