Udostępnij za pośrednictwem


DefaultApplicationPartFactory.GetApplicationParts(Assembly) Metoda

Definicja

Pobiera co najmniej jedno ApplicationPart wystąpienie dla określonego assemblyelementu .

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)

Parametry

assembly
Assembly

Element Assembly.

Zwraca

Dotyczy