TagHelperFeatureProvider.PopulateFeature Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
feature Aktualizace instanci.
public:
virtual void PopulateFeature(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ parts, Microsoft::AspNetCore::Mvc::Razor::TagHelpers::TagHelperFeature ^ feature);
public void PopulateFeature (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> parts, Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature feature);
abstract member PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature -> unit
override this.PopulateFeature : seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> * Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of ApplicationPart), feature As TagHelperFeature)
Parametry
- parts
- IEnumerable<ApplicationPart>
Seznam ApplicationPart instancí v aplikaci
- feature
- TagHelperFeature
Instance funkce, která se má naplnit.