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 アクセスできるコンストラクトです。

適用対象