MetadataReferenceFeatureProvider.PopulateFeature Methode

Definition

Updates die feature instance.

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

Parameter

parts
IEnumerable<ApplicationPart>

Die Liste der ApplicationPart Instanzen in der Anwendung.

feature
MetadataReferenceFeature

Das Feature instance aufgefüllt werden.

Implementiert

Gilt für: