ApplicationPartManager クラス

定義

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)

featureで構成された のIApplicationFeatureProvider<TFeature>一覧を使用して、 を設定しますApplicationPartManager

適用対象