Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IWarningHandler::Write Method (Object^, WarningEventArgs^)

 

Writes a warning message.

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

void Write(
	Object^ sender,
	WarningEventArgs^ ea
)

Parameters

sender
Type: System::Object^

The object that originated the warning.

ea
Type: Microsoft.VisualStudio.TestTools.Common::WarningEventArgs^

A WarningEventArgs object.

Return to top
Show: