CSharpCompilationOptions.WithReportSuppressedDiagnostics(Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- reportSuppressedDiagnostics
- Boolean