CompilationSection.Compilers Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
CompilerCollection Hämtar klassens CompilationSection samling.
public:
property System::Web::Configuration::CompilerCollection ^ Compilers { System::Web::Configuration::CompilerCollection ^ get(); };
[System.Configuration.ConfigurationProperty("compilers")]
public System.Web.Configuration.CompilerCollection Compilers { get; }
[<System.Configuration.ConfigurationProperty("compilers")>]
member this.Compilers : System.Web.Configuration.CompilerCollection
Public ReadOnly Property Compilers As CompilerCollection
Egenskapsvärde
En CompilerCollection samling som innehåller en samling Compiler objekt.
- Attribut
Kommentarer
Egenskapen Compilers refererar inte till något faktiskt element i den underliggande konfigurationsfilen. Det är en konstruktion som ger enkel åtkomst till de objekt som den Compiler innehåller.