次の方法で共有


SymbolAnalysisContext.ReportDiagnostic(Diagnostic) メソッド

定義

Diagnosticについて報告しますISymbol

public:
 void ReportDiagnostic(Microsoft::CodeAnalysis::Diagnostic ^ diagnostic);
public void ReportDiagnostic (Microsoft.CodeAnalysis.Diagnostic diagnostic);
member this.ReportDiagnostic : Microsoft.CodeAnalysis.Diagnostic -> unit
Public Sub ReportDiagnostic (diagnostic As Diagnostic)

パラメーター

diagnostic
Diagnostic

Diagnostic が報告されます。

適用対象