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

一个值,指定编译期间使用的特定于编译器的选项。 这不是一个合并设置,但会重写早期配置项中任何先前定义的值。

属性

适用于