共用方式為


CompilationSection.Compilers 屬性

定義

取得 CompilationSection 類別的 CompilerCollection 集合。

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 其包含的物件。

適用於