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

值,指定編緝期間使用之編緝器特定的選項。 這不是合併集,但是會覆寫先前組態項目中先前定義的任何值。

屬性

適用於