IApplicationPartManager 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於設定應用程式元件的產生器。
public interface IApplicationPartManager
type IApplicationPartManager = interface
Public Interface IApplicationPartManager
- 衍生
屬性
ApplicationParts |
取得 的清單 IApplicationPart 。 |
FeatureProviders |
取得 的清單 IApplicationFeatureProvider 。 |
方法
AddApplicationPart(IApplicationPart) |
新增應用程式元件。 |
AddFeatureProvider(IApplicationFeatureProvider) |
新增功能提供者。 |
PopulateFeature<TFeature>(TFeature) |
使用 上 ApplicationPartManager 所設定的 IApplicationFeatureProvider<TFeature> 清單填入指定的 |
擴充方法
AddApplicationPart(IApplicationPartManager, Assembly) |
將提供的元件加入至產生器。 |
AddFrameworkPart(IApplicationPartManager, Assembly) |
將提供的元件新增至產生器做為架構元件。 |
AddFromAppDomain(IApplicationPartManager) |
將元件從目前的 AppDomain 加入至產生器。 |
AddFromApplicationBaseDirectory(IApplicationPartManager) |
將元件從目前的 BaseDirectory 加入至產生器。 |
AddFromDependencyContext(IApplicationPartManager) |
新增所有參考應用程式 DependencyContext 中所找到的元件。 |
AddFromDependencyContext(IApplicationPartManager, Assembly) |
新增所有參考所提供元件 中之之中之之的一般元件 DependencyContext 。 |
ConfigureDefaults(IApplicationPartManager) |
如果未新增任何非架構元件,則新增預設應用程式元件。 |
CreateAndPopulateFeature<TFeature>(IApplicationPartManager) |
建立並填入功能。 |