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)

속성 값

적용 대상