IWarningHandler.Write Method

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

Syntax

'宣言
Sub Write ( _
    sender As Object, _
    ea As WarningEventArgs _
)
'使用
Dim instance As IWarningHandler
Dim sender As Object
Dim ea As WarningEventArgs

instance.Write(sender, ea)
void Write(
    Object sender,
    WarningEventArgs ea
)
void Write(
    Object^ sender, 
    WarningEventArgs^ ea
)
function Write(
    sender : Object, 
    ea : WarningEventArgs
)

Parameters

Permissions

See Also

Reference

IWarningHandler Interface

IWarningHandler Members

Microsoft.VisualStudio.TestTools.Common Namespace