Sdílet prostřednictvím


MetadataReferenceFeatureProvider.PopulateFeature Metoda

Definice

feature Aktualizace instanci.

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)

Parametry

parts
IEnumerable<ApplicationPart>

Seznam ApplicationPart instancí v aplikaci.

feature
MetadataReferenceFeature

Instance funkce, která se má naplnit.

Implementuje

Platí pro