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

반환

적용 대상