SchemaImporterExtensionsSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理类的配置 XmlSchemaImporter 。 此类不能被继承。
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class SchemaImporterExtensionsSection sealed : System::Configuration::ConfigurationSection
public sealed class SchemaImporterExtensionsSection : System.Configuration.ConfigurationSection
type SchemaImporterExtensionsSection = class
inherit ConfigurationSection
Public NotInheritable Class SchemaImporterExtensionsSection
Inherits ConfigurationSection
- 继承
注解
序列化基础结构使用此类来处理配置元素,不能直接使用。
相反,若要配置 XmlSchemaImporter,请创建应用程序配置文件,并在将 XSD 类型映射到.NET类型时,使用以下 XML 元素指定类使用的类型:
构造函数
| 名称 | 说明 |
|---|---|
| SchemaImporterExtensionsSection() |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 SchemaImporterExtensionsSection 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| CurrentConfiguration |
此 API 支持产品基础结构,不能在代码中直接使用。 获取对顶级 Configuration 实例的引用,该实例表示当前 ConfigurationElement 实例所属的配置层次结构。 (继承自 ConfigurationElement) |
| ElementInformation |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个 ElementInformation 对象,该对象包含 ConfigurationElement 对象的不可自定义信息和功能。 (继承自 ConfigurationElement) |
| ElementProperty |
此 API 支持产品基础结构,不能在代码中直接使用。 获取表示 ConfigurationElementProperty 对象本身的 ConfigurationElement 对象。 (继承自 ConfigurationElement) |
| EvaluationContext |
此 API 支持产品基础结构,不能在代码中直接使用。 获取 ContextInformation 对象的 ConfigurationElement 对象。 (继承自 ConfigurationElement) |
| HasContext |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示 CurrentConfiguration 属性是否 |
| Item[ConfigurationProperty] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置此配置元素的属性或属性。 (继承自 ConfigurationElement) |
| Item[String] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置此配置元素的属性、属性或子元素。 (继承自 ConfigurationElement) |
| LockAllAttributesExcept |
此 API 支持产品基础结构,不能在代码中直接使用。 获取锁定属性的集合。 (继承自 ConfigurationElement) |
| LockAllElementsExcept |
此 API 支持产品基础结构,不能在代码中直接使用。 获取锁定元素的集合。 (继承自 ConfigurationElement) |
| LockAttributes |
此 API 支持产品基础结构,不能在代码中直接使用。 获取锁定属性的集合。 (继承自 ConfigurationElement) |
| LockElements |
此 API 支持产品基础结构,不能在代码中直接使用。 获取锁定元素的集合。 (继承自 ConfigurationElement) |
| LockItem |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置一个值,该值指示元素是否已锁定。 (继承自 ConfigurationElement) |
| Properties |
此 API 支持产品基础结构,不能在代码中直接使用。 获取属性的集合。 (继承自 ConfigurationElement) |
| SchemaImporterExtensions |
此 API 支持产品基础结构,不能在代码中直接使用。 获取表示扩展集合的对象。 |
| SectionInformation |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个 SectionInformation 对象,该对象包含不可自定义的信息和功能 ConfigurationSection 。 (继承自 ConfigurationSection) |