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,请创建应用程序配置文件,并使用以下 XML 元素指定将 XSD 类型映射到 .NET Framework 类型时类使用的类型:
构造函数
| SchemaImporterExtensionsSection() | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 初始化 SchemaImporterExtensionsSection 类的新实例。  | 
        	
属性
| CurrentConfiguration | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 获取对顶级 Configuration 实例的引用,该实例表示当前 ConfigurationElement 实例所属的配置层次结构。 (继承自 ConfigurationElement) | 
        	
| ElementInformation | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 获取包含 ConfigurationElement 对象的不可自定义的信息和功能的 ElementInformation 对象。 (继承自 ConfigurationElement) | 
        	
| ElementProperty | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 获取表示 ConfigurationElement 对象本身的 ConfigurationElementProperty 对象。 (继承自 ConfigurationElement) | 
        	
| EvaluationContext | 
			 此 API 支持产品基础结构,不能在代码中直接使用。 获取 ConfigurationElement 对象的 ContextInformation 对象。 (继承自 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) |