次の方法で共有


CSharpCompilationOptions.WithWarningLevel(Int32) メソッド

定義

public:
 Microsoft::CodeAnalysis::CSharp::CSharpCompilationOptions ^ WithWarningLevel(int warningLevel);
public Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions WithWarningLevel (int warningLevel);
member this.WithWarningLevel : int -> Microsoft.CodeAnalysis.CSharp.CSharpCompilationOptions
Public Function WithWarningLevel (warningLevel As Integer) As CSharpCompilationOptions

パラメーター

warningLevel
Int32

戻り値

適用対象