IApplicationFeatureProvider<TFeature>.PopulateFeature Methode

Definition

Updates die feature instance.

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)

Parameter

parts
IEnumerable<ApplicationPart>

Die Liste der ApplicationPart Instanzen in der Anwendung.

feature
TFeature

Das Feature instance aufgefüllt werden soll.

Hinweise

ApplicationPart -Instanzen in parts werden in derselben geordneten Sequenz angezeigt, in ApplicationPartsder sie gespeichert sind. Diese Reihenfolge kann vom Featureanbieter verwendet werden, um Rangfolgeentscheidungen zu treffen.

Gilt für: