RuleSet.SpecificDiagnosticOptions プロパティ

定義

個々のルール ID とそれに関連付けられているアクション。

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

プロパティ値

適用対象