表示 IIS 7 配置系统中集合的架构。
语法
interface IAppHostCollectionSchema : IUnknown
方法
下表列出了 接口公开 IAppHostCollectionSchema
的方法。
方法 | 说明 |
---|---|
GetAddElementSchema | 获取具有请求名称的 add 元素的架构。 |
GetMetadata | 从集合架构中获取元数据。 |
属性
下表列出了 接口公开 IAppHostCollectionSchema
的属性。
属性 | 说明 |
---|---|
AddElementNames | 获取对集合有效的元素名称的 add 逗号分隔列表。 |
ClearElementSchema | 获取将用于清除集合中所有项的元素的架构。 |
DoesAllowDuplicates | 获取一个布尔值,该值确定实现当前架构的集合是否允许重复键。 |
IsMergeAppend | 获取一个值,该值确定是否在添加继承元素后合并本地集合元素。 |
RemoveElementSchema | 获取将用于从集合中删除项的元素的架构。 |
继承层次结构
IAppHostCollectionSchema
要求
类型 | 说明 |
---|---|
客户端 | - Windows Vista 上的 IIS 7.0 - Windows 7 上的 IIS 7.5 - Windows 8 上的 IIS 8.0 - Windows 10 上的 IIS 10.0 |
服务器 | - Windows Server 2008 上的 IIS 7.0 - Windows Server 2008 R2 上的 IIS 7.5 - Windows Server 2012 上的 IIS 8.0 - Windows Server 2012 R2 上的 IIS 8.5 - Windows Server 2016 上的 IIS 10.0 |
产品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 - IIS Express 7.5、IIS Express 8.0、IIS Express 10.0 |
Header | Ahadmin.h |