共用方式為


AssemblyAttributeFeatureProvider<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
override this.PopulateFeature : seq<Orleans.ApplicationParts.IApplicationPart> * 'Feature -> unit
Public Sub PopulateFeature (parts As IEnumerable(Of IApplicationPart), feature As TFeature)

參數

parts
IEnumerable<IApplicationPart>

應用程式的清單 IApplicationPart

feature
TFeature

要填入的功能實例。

實作

適用於