共用方式為


IApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法

定義

使用 上 ApplicationPartManager 所設定的 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

要填入的功能實例。

適用於