IApplicationFeatureProvider<TFeature>.PopulateFeature 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 있습니다.
설명
ApplicationPart 의 parts
인스턴스는 에 저장된 ApplicationParts순서가 같은 순서대로 표시됩니다. 이 순서는 기능 공급자가 우선 결정을 내리는 데 사용할 수 있습니다.