Compiler.CompilerOptions プロパティ

定義

コンパイル時に使用するコンパイラ固有のオプションの一覧を取得します。

public:
 property System::String ^ CompilerOptions { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("compilerOptions", DefaultValue="")]
public string CompilerOptions { get; }
[<System.Configuration.ConfigurationProperty("compilerOptions", DefaultValue="")>]
member this.CompilerOptions : string
Public ReadOnly Property CompilerOptions As String

プロパティ値

コンパイル時に使用するコンパイラ固有のオプションを指定する値。 これはマージされたセットではなく、以前の構成エントリで以前に定義された値をオーバーライドします。

属性

適用対象