VisualBasicDiagnosticFormatter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Diagnostic class allows formatting of Visual Basic diagnostics.
public ref class VisualBasicDiagnosticFormatter : Microsoft::CodeAnalysis::DiagnosticFormatter
public class VisualBasicDiagnosticFormatter : Microsoft.CodeAnalysis.DiagnosticFormatter
type VisualBasicDiagnosticFormatter = class
inherit DiagnosticFormatter
Public Class VisualBasicDiagnosticFormatter
Inherits DiagnosticFormatter
- Inheritance
Constructors
| VisualBasicDiagnosticFormatter() |
Properties
| Instance |
Gets the current DiagnosticFormatter instance. |
Methods
| Format(Diagnostic, IFormatProvider) |
Formats the Diagnostic message using the optional IFormatProvider. (Inherited from DiagnosticFormatter) |