Share via


ApplicationPartManager.PopulateFeature<TFeature>(TFeature) メソッド

定義

featureで構成された のIApplicationFeatureProvider<TFeature>一覧を使用して、 を設定しますApplicationPartManager

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

設定する機能インスタンス。

適用対象