CompilationSection.Compilers Eigenschap

Definitie

Hiermee haalt u de CompilerCollection verzameling van de CompilationSection klasse op.

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

Waarde van eigenschap

Een CompilerCollection verzameling die een verzameling Compiler objecten bevat.

Kenmerken

Opmerkingen

De Compilers eigenschap verwijst niet naar een werkelijk element in het onderliggende configuratiebestand. Het is een constructie die eenvoudige toegang biedt tot de Compiler objecten die het bevat.

Van toepassing op