共用方式為


CompilationSection.Compilers 屬性

定義

CompilerCollection 到班級的 CompilationSection 收藏。

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

屬性值

一個 CompilerCollection 包含一組 Compiler 物件的收藏。

屬性

備註

Compilers 屬性並不指代底層設定檔中的任何實際元素。 它是一種能輕易存取 Compiler 其所包含物件的結構。

適用於