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
設定された機能。