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
- sender
Type: System.Object
Permissions
- 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.