Freigeben über


Compiler.CompilerOptions Eigenschaft

Definition

Ruft eine Liste von compilerspezifischen Optionen für die Kompilierung ab.

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

Eigenschaftswert

String

Ein Wert, der die während der Kompilierung zu verwendenden compilerspezifischen Optionen angibt. Dies ist keine zusammengeführte Menge von Optionen. Stattdessen werden alle in früheren Konfigurationseinträgen definierten Werte überschrieben.

Attribute

Gilt für