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) |
使用 上 ApplicationPartManager 所設定的 IApplicationFeatureProvider<TFeature> 清單填入指定的 |