다음을 통해 공유


IApplicationFeatureProvider<TFeature>.PopulateFeature 메서드

정의

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)

매개 변수

parts
IEnumerable<ApplicationPart>

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

feature
TFeature

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

설명

ApplicationPartparts 인스턴스는 에 저장된 ApplicationParts순서가 같은 순서대로 표시됩니다. 이 순서는 기능 공급자가 우선 결정을 내리는 데 사용할 수 있습니다.

적용 대상