SyntaxTree.DiagnosticOptions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead
Option zum Angeben des benutzerdefinierten Verhaltens für jede Warnung in dieser Struktur.
public virtual System.Collections.Immutable.ImmutableDictionary<string,Microsoft.CodeAnalysis.ReportDiagnostic> DiagnosticOptions { get; }
[System.Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", false)]
public virtual System.Collections.Immutable.ImmutableDictionary<string,Microsoft.CodeAnalysis.ReportDiagnostic> DiagnosticOptions { get; }
member this.DiagnosticOptions : System.Collections.Immutable.ImmutableDictionary<string, Microsoft.CodeAnalysis.ReportDiagnostic>
[<System.Obsolete("Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead", false)>]
member this.DiagnosticOptions : System.Collections.Immutable.ImmutableDictionary<string, Microsoft.CodeAnalysis.ReportDiagnostic>
Public Overridable ReadOnly Property DiagnosticOptions As ImmutableDictionary(Of String, ReportDiagnostic)
Eigenschaftswert
Eine Zuordnung zwischen Diagnose-ID und Diagnoseberichterstattungsebene. Die Diagnose-ID-Zeichenfolge kann je nach Sprache nicht beachtet werden.
- Attribute