ErrorTrackingOutputter.Format Method
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Protected Function Format ( _
code As String, _
message As String _
) As String
protected string Format(
string code,
string message
)
protected:
String^ Format(
String^ code,
String^ message
)
member Format :
code:string *
message:string -> string
protected function Format(
code : String,
message : String
) : String
Parameters
- code
Type: System.String
- message
Type: System.String
Return Value
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.