CompilationOptions.SpecificDiagnosticOptions プロパティ

定義

各警告の警告レポート オプション。

public:  property System::Collections::Immutable::ImmutableDictionary<System::String ^, Microsoft::CodeAnalysis::ReportDiagnostic> ^ SpecificDiagnosticOptions {  public:
System::Collections::Immutable::ImmutableDictionary<System::String ^, Microsoft::CodeAnalysis::ReportDiagnostic> ^ get(); protected:
 void set(System::Collections::Immutable::ImmutableDictionary<System::String ^, Microsoft::CodeAnalysis::ReportDiagnostic> ^ value); };
public System.Collections.Immutable.ImmutableDictionary<string,Microsoft.CodeAnalysis.ReportDiagnostic> SpecificDiagnosticOptions { get; protected set; }
member this.SpecificDiagnosticOptions : System.Collections.Immutable.ImmutableDictionary<string, Microsoft.CodeAnalysis.ReportDiagnostic> with get, set
Public Property SpecificDiagnosticOptions As ImmutableDictionary(Of String, ReportDiagnostic)

プロパティ値

適用対象