次の方法で共有


CompiledRazorAssemblyApplicationPartFactory.GetApplicationParts メソッド

定義

指定した の 1 つ以上 ApplicationPart のインスタンスを取得します assembly

public:
 override System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ GetApplicationParts(System::Reflection::Assembly ^ assembly);
public override System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> GetApplicationParts (System.Reflection.Assembly assembly);
override this.GetApplicationParts : System.Reflection.Assembly -> seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart>
Public Overrides Function GetApplicationParts (assembly As Assembly) As IEnumerable(Of ApplicationPart)

パラメーター

assembly
Assembly

Assembly

戻り値

適用対象