OutputEventArgs Constructor (String)
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'宣告
Protected Sub New ( _
message As String _
)
protected OutputEventArgs(
string message
)
protected:
OutputEventArgs(
String^ message
)
new :
message:string -> OutputEventArgs
protected function OutputEventArgs(
message : String
)
Parameters
- message
Type: System.String
.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.