ApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法

定義

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

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

要填入的功能實例。

適用於