CompilationSection.Compilers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
拿 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 其所包含物件的結構。