CSharpDiagnosticFormatter Class

Definition

public ref class CSharpDiagnosticFormatter : Microsoft::CodeAnalysis::DiagnosticFormatter
public class CSharpDiagnosticFormatter : Microsoft.CodeAnalysis.DiagnosticFormatter
type CSharpDiagnosticFormatter = class
    inherit DiagnosticFormatter
Public Class CSharpDiagnosticFormatter
Inherits DiagnosticFormatter
Inheritance
CSharpDiagnosticFormatter

Properties

Instance

Methods

Format(Diagnostic, IFormatProvider)

Formats the Diagnostic message using the optional IFormatProvider.

(Inherited from DiagnosticFormatter)

Applies to