Sdílet prostřednictvím


IApplicationFeatureProvider<TFeature>.PopulateFeature Metoda

Definice

feature Aktualizace instanci.

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

Parametry

parts
IEnumerable<ApplicationPart>

Seznam ApplicationPart instancí v aplikaci.

feature
TFeature

Instance funkce, která se má naplnit.

Poznámky

ApplicationPart instance v parts se zobrazují ve stejném pořadí, ve které jsou uloženy v ApplicationParts. Toto řazení může poskytovatel funkcí použít k rozhodování o prioritách.

Platí pro