Compiler.CompilerOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得編緝期間使用之編緝器特定的選項清單。
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
屬性值
值,指定編緝期間使用之編緝器特定的選項。 這不是合併集,但是會覆寫先前組態項目中先前定義的任何值。
- 屬性