SyntaxTree.DiagnosticOptions プロパティ

定義

注意事項

Obsolete due to performance problems, use CompilationOptions.SyntaxTreeOptionsProvider instead

このツリーの警告ごとにカスタム動作を指定するオプション。

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)

プロパティ値

診断 ID から診断レポート レベルへのマップ。 診断 ID 文字列では、言語によっては大文字と小文字が区別されない場合があります。

属性

適用対象