IApplicationFeatureProvider<TFeature>.PopulateFeature 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
要填充的功能实例。