次の方法で共有


CSharpCompilationOptions.WithReportSuppressedDiagnostics(Boolean) メソッド

定義

public:
 Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ WithReportSuppressedDiagnostics(bool reportSuppressedDiagnostics);
public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions WithReportSuppressedDiagnostics (bool reportSuppressedDiagnostics);
override this.WithReportSuppressedDiagnostics : bool -> Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions
Public Function WithReportSuppressedDiagnostics (reportSuppressedDiagnostics As Boolean) As CSharpCompilationOptions

パラメーター

reportSuppressedDiagnostics
Boolean

戻り値

適用対象