Share via


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

プロパティ値

String

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

属性

適用対象