<schemaImporterExtensions> 元素

包含将 XSD 类型映射到 .NET Framework 类型时 XmlSchemaImporter 所用的类型。有关配置文件的更多信息,请参见 Configuration File Schema for the .NET Framework

<schemaImporterExtensions>
    <!-- Add types -->
</SchemaImporterExtension>

子元素

元素 说明

<xmlSchemaImporterExtensions> 的 <add> 元素

添加创建映射时 XmlSchemaImporter 所用的类型。

父元素

元素 说明

<system.xml.serialization> 元素

用于控制 XML 序列化的顶级元素。

示例

下面的代码示例演示如何添加将 XSD 类型映射到 .NET Framework 类型时 XmlSchemaImporter 所用的类型。

<system.xml.serialization>
    <schemaImporterExtensions>
        <add name = "MobileCapabilities" type = 
        "System.Web.Mobile.MobileCapabilities, 
        System.Web.Mobile, Version - 2.0.0.0, Culture = neutral, 
        PublicKeyToken = b03f5f6f11d40a3a" />
    </schemaImporterExtensions>
/system.sxml.serializaiton>

请参见

参考

<dateTimeSerialization> 元素
<xmlSchemaImporterExtensions> 的 <add> 元素
<system.xml.serialization> 元素
XmlSchemaImporter
DateTimeSerializationMode

其他资源

Configuration File Schema for the .NET Framework

Footer image

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。