共用方式為


ApplicationPartManagerExtensions.CreateAndPopulateFeature<TFeature> 方法

定義

建立並填入功能。

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

填入的功能。

適用於