共用方式為


AnalysisResult.SyntaxDiagnostics 屬性

定義

Analyzers 報告的語法診斷。

public:
 property System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::SyntaxTree ^, System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^> ^ SyntaxDiagnostics { System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::SyntaxTree ^, System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^> ^ get(); };
public System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.SyntaxTree,System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer,System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>> SyntaxDiagnostics { get; }
member this.SyntaxDiagnostics : System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.SyntaxTree, System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>>
Public ReadOnly Property SyntaxDiagnostics As ImmutableDictionary(Of SyntaxTree, ImmutableDictionary(Of DiagnosticAnalyzer, ImmutableArray(Of Diagnostic)))

屬性值

適用於