CompilationSection.Assemblies プロパティ

定義

AssemblyCollectionCompilationSectionを取得します。

public:
 property System::Web::Configuration::AssemblyCollection ^ Assemblies { System::Web::Configuration::AssemblyCollection ^ get(); };
[System.Configuration.ConfigurationProperty("assemblies")]
public System.Web.Configuration.AssemblyCollection Assemblies { get; }
[<System.Configuration.ConfigurationProperty("assemblies")>]
member this.Assemblies : System.Web.Configuration.AssemblyCollection
Public ReadOnly Property Assemblies As AssemblyCollection

プロパティ値

ASP.NET リソースのコンパイル時に使用されるアセンブリ オブジェクトを格納するAssemblyCollection

属性

注釈

このプロパティには、動的な ASP.NET リソースのコンパイル時に使用するアセンブリ参照が含まれます。 ASP.NET 各コード モジュールをコンパイルするときに、これらのアセンブリをリソースに自動的にリンクします。

適用対象