共用方式為


IApplicationFeatureProvider<TFeature>.PopulateFeature 方法

定義

feature更新 實例。

public void PopulateFeature (System.Collections.Generic.IEnumerable<Orleans.ApplicationParts.IApplicationPart> parts, TFeature feature);
abstract member PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of IApplicationPart), feature As TFeature)

參數

parts
IEnumerable<IApplicationPart>

應用程式的清單 IApplicationPart

feature
TFeature

要填入的功能實例。

適用於