CompilationOptions.SpecificDiagnosticOptions Property

Definition

Warning report option for each warning.

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)

Property Value

Applies to