ApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法

定义

使用 上配置的 列表IApplicationFeatureProvider<TFeature>填充给定featureApplicationPartManager

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

类型参数

TFeature

功能的类型。

参数

feature
TFeature

要填充的功能实例。

适用于