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: ObjectThe object that originated the warning.
ea
Type: Microsoft.VisualStudio.TestTools.Common.WarningEventArgsA WarningEventArgs object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.