IOutputter.OutputMessageEvent Method
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Sub OutputMessageEvent ( _
e As OutputMessageEventArgs _
)
void OutputMessageEvent(
OutputMessageEventArgs e
)
void OutputMessageEvent(
OutputMessageEventArgs^ e
)
abstract OutputMessageEvent :
e:OutputMessageEventArgs -> unit
function OutputMessageEvent(
e : OutputMessageEventArgs
)
Parameters
.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.