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

プロパティ値

Compiler オブジェクトのコレクションを含むCompilerCollection コレクション。

属性

注釈

Compilers プロパティは、基になる構成ファイル内の実際の要素を参照しません。 これは、含まれる Compiler オブジェクトに簡単にアクセスできるコンストラクトです。

適用対象