IWarningHandler.Write(Object, WarningEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A WarningEventArgs object.