IWarningHandler.Write(Object, WarningEventArgs) Method

Definition

Writes a warning message.

public:
 void Write(System::Object ^ sender, Microsoft::VisualStudio::TestTools::Common::WarningEventArgs ^ ea);
public void Write (object sender, Microsoft.VisualStudio.TestTools.Common.WarningEventArgs ea);
abstract member Write : obj * Microsoft.VisualStudio.TestTools.Common.WarningEventArgs -> unit
Public Sub Write (sender As Object, ea As WarningEventArgs)

Parameters

sender
Object

The object that originated the warning.

Applies to