IApplicationPartManager インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション パーツを構成するためのビルダー。
public interface IApplicationPartManager
type IApplicationPartManager = interface
Public Interface IApplicationPartManager
- 派生
プロパティ
ApplicationParts |
の一覧を IApplicationPart取得します。 |
FeatureProviders |
の一覧を IApplicationFeatureProvider取得します。 |
メソッド
AddApplicationPart(IApplicationPart) |
アプリケーション パーツを追加します。 |
AddFeatureProvider(IApplicationFeatureProvider) |
機能プロバイダーを追加します。 |
PopulateFeature<TFeature>(TFeature) |
で構成された のIApplicationFeatureProvider<TFeature>一覧を使用して、 を設定 |
拡張メソッド
AddApplicationPart(IApplicationPartManager, Assembly) |
指定したアセンブリをビルダーに追加します。 |
AddFrameworkPart(IApplicationPartManager, Assembly) |
提供されたアセンブリをフレームワーク アセンブリとしてビルダーに追加します。 |
AddFromAppDomain(IApplicationPartManager) |
現在 AppDomain の アセンブリをビルダーに追加します。 |
AddFromApplicationBaseDirectory(IApplicationPartManager) |
現在 BaseDirectory の アセンブリをビルダーに追加します。 |
AddFromDependencyContext(IApplicationPartManager) |
アプリケーション DependencyContextの で見つかった Orleans を参照するすべてのアセンブリを追加します。 |
AddFromDependencyContext(IApplicationPartManager, Assembly) |
指定されたアセンブリの で見つかった Orleans を参照するすべてのアセンブリを DependencyContext追加します。 |
ConfigureDefaults(IApplicationPartManager) |
フレームワーク以外のパーツが追加されていない場合は、既定のアプリケーション パーツを追加します。 |
CreateAndPopulateFeature<TFeature>(IApplicationPartManager) |
フィーチャーを作成して設定します。 |