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) |
使用 上配置的 列表IApplicationFeatureProvider<TFeature>填充给定 |