共用方式為


ApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法

定義

使用 上 ApplicationPartManager 設定的 清單填 IApplicationFeatureProvider<TFeature> 入指定的 feature

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

類型參數

TFeature

功能的類型。

參數

feature
TFeature

要填入的功能實例。

實作

適用於