次の方法で共有


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

プロパティ値

AssemblyCollection

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

属性

注釈

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

適用対象