Udostępnij za pośrednictwem


ViewComponentFeatureProvider.PopulateFeature Metoda

Definicja

feature Aktualizacje wystąpienie.

public:
 virtual void PopulateFeature(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ parts, Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentFeature ^ feature);
public void PopulateFeature (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> parts, Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentFeature feature);
abstract member PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentFeature -> unit
override this.PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentFeature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of ApplicationPart), feature As ViewComponentFeature)

Parametry

parts
IEnumerable<ApplicationPart>

Lista ApplicationPart wystąpień w aplikacji.

feature
ViewComponentFeature

Wystąpienie funkcji do wypełnienia.

Implementuje

Dotyczy