IApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法

定义

使用在上ApplicationPartManager配置的 s 列表IApplicationFeatureProvider<TFeature>填充给定feature项。

public void PopulateFeature<TFeature> (TFeature feature);
abstract member PopulateFeature : 'Feature -> unit
Public Sub PopulateFeature(Of TFeature) (feature As TFeature)

类型参数

TFeature

功能的类型。

参数

feature
TFeature

要填充的功能实例。

适用于