Share via


ErrorTrackingOutputter.Format Method

Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
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: String
  • message
    Type: String

Return Value

Type: String

.NET Framework Security

See Also

Reference

ErrorTrackingOutputter Class

Microsoft.VisualStudio.Diagnostics.Logging Namespace