ApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 上配置的 列表IApplicationFeatureProvider<TFeature>填充给定feature的 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
 
要填充的功能实例。