ApplicationPartManagerExtensions.CreateAndPopulateFeature<TFeature> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기능을 만들고 채웁니다.
public static TFeature CreateAndPopulateFeature<TFeature> (this Orleans.ApplicationParts.IApplicationPartManager applicationPartManager) where TFeature : new();
static member CreateAndPopulateFeature : Orleans.ApplicationParts.IApplicationPartManager -> 'Feature (requires 'Feature : (new : unit -> 'Feature))
<Extension()>
Public Function CreateAndPopulateFeature(Of TFeature As New) (applicationPartManager As IApplicationPartManager) As TFeature
형식 매개 변수
- TFeature
기능입니다.
매개 변수
- applicationPartManager
- IApplicationPartManager
애플리케이션 파트 관리자입니다.
반환
TFeature
채워진 기능입니다.