SchemaImporterExtensionElementCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理用于配置 XmlSchemaImporter 的操作的 XML 元素。 此类不能被继承。
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class SchemaImporterExtensionElementCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement))]
public sealed class SchemaImporterExtensionElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement))>]
type SchemaImporterExtensionElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class SchemaImporterExtensionElementCollection
Inherits ConfigurationElementCollection
- 继承
- 属性
注解
在 app.config 文件或用于全局设置导入程序工作方式的 machine.config 文件 (中找到) 的配置部分 XmlSchemaImporter 。
构造函数
SchemaImporterExtensionElementCollection() |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 SchemaImporterExtensionElementCollection 类的新实例。 |
属性
AddElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与添加操作关联。 (继承自 ConfigurationElementCollection) |
ClearElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与清除操作关联。 (继承自 ConfigurationElementCollection) |
CollectionType |
此 API 支持产品基础结构,不能在代码中直接使用。 获取 ConfigurationElementCollection 的类型。 (继承自 ConfigurationElementCollection) |
Count |
此 API 支持产品基础结构,不能在代码中直接使用。 获取集合中的元素数。 (继承自 ConfigurationElementCollection) |
CurrentConfiguration |
此 API 支持产品基础结构,不能在代码中直接使用。 获取对顶级 Configuration 实例的引用,该实例表示当前 ConfigurationElement 实例所属的配置层次结构。 (继承自 ConfigurationElement) |
ElementInformation |
此 API 支持产品基础结构,不能在代码中直接使用。 获取包含 ConfigurationElement 对象的不可自定义的信息和功能的 ElementInformation 对象。 (继承自 ConfigurationElement) |
ElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 获取在派生的类中重写时用于标识配置文件中此元素集合的名称。 (继承自 ConfigurationElementCollection) |
ElementProperty |
此 API 支持产品基础结构,不能在代码中直接使用。 获取表示 ConfigurationElement 对象本身的 ConfigurationElementProperty 对象。 (继承自 ConfigurationElement) |
EmitClear |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置一个值,该值指定是否已清除集合。 (继承自 ConfigurationElementCollection) |
EvaluationContext |
此 API 支持产品基础结构,不能在代码中直接使用。 获取 ConfigurationElement 对象的 ContextInformation 对象。 (继承自 ConfigurationElement) |
HasContext |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示 CurrentConfiguration 属性是否为 |
IsSynchronized |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示是否同步对集合的访问。 (继承自 ConfigurationElementCollection) |
Item[ConfigurationProperty] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置此配置元素的属性或特性。 (继承自 ConfigurationElement) |
Item[Int32] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置表示指定索引处的 XML 元素的对象。 |
Item[String] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置具有指定名称的项。 |
LockAllAttributesExcept |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的特性的集合。 (继承自 ConfigurationElement) |
LockAllElementsExcept |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的元素的集合。 (继承自 ConfigurationElement) |
LockAttributes |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的特性的集合。 (继承自 ConfigurationElement) |
LockElements |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的元素的集合。 (继承自 ConfigurationElement) |
LockItem |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置一个值,该值指示是否已锁定该元素。 (继承自 ConfigurationElement) |
Properties |
此 API 支持产品基础结构,不能在代码中直接使用。 获取属性的集合。 (继承自 ConfigurationElement) |
RemoveElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与移除操作关联。 (继承自 ConfigurationElementCollection) |
SyncRoot |
此 API 支持产品基础结构,不能在代码中直接使用。 获取用于同步对 ConfigurationElementCollection 的访问的对象。 (继承自 ConfigurationElementCollection) |
ThrowOnDuplicate |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示尝试向 ConfigurationElement 添加重复的 ConfigurationElementCollection 是否会导致引发异常。 (继承自 ConfigurationElementCollection) |
方法
显式接口实现
ICollection.CopyTo(Array, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
Cast<TResult>(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 启用查询的并行化。 |
AsQueryable(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 将 IEnumerable 转换为 IQueryable。 |