ApplicationPartManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MVC アプリケーションのパーツと機能を管理します。
public ref class ApplicationPartManager
public class ApplicationPartManager
type ApplicationPartManager = class
Public Class ApplicationPartManager
- 継承
-
ApplicationPartManager
コンストラクター
ApplicationPartManager() |
MVC アプリケーションのパーツと機能を管理します。 |
プロパティ
ApplicationParts |
インスタンスの一覧を ApplicationPart 取得します。 このコレクション内のインスタンスは、優先順位で格納されます。 ApplicationPart一覧の前半に表示される が優先順位が高くなります。 IApplicationFeatureProviderでは、複数ApplicationPartのインスタンスが同等の機能値を解決するときに競合を解決する方法として、このインターフェイスを使用することを選択できます。 |
FeatureProviders |
の一覧を IApplicationFeatureProvider取得します。 |
メソッド
PopulateFeature<TFeature>(TFeature) |
|