Share via


ViewComponentFeatureProvider.PopulateFeature 메서드

정의

feature instance 업데이트.

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

매개 변수

parts
IEnumerable<ApplicationPart>

애플리케이션의 ApplicationPart 인스턴스 목록입니다.

feature
ViewComponentFeature

이 기능은 채울 instance 있습니다.

구현

적용 대상