IApplicationPartManager.PopulateFeature<TFeature>(TFeature) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 上 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
要填入的功能實例。