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

属性值

一个值,该值指定编译期间要使用的特定于编译器的选项。 这不是合并集,而是替代前面配置条目中以前定义的任何值。

属性

适用于