SoapProtocolImporter.XmlImporter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取类型为 XmlSchemaImporter 的对象,SoapProtocolImporter 类在内部使用该对象以在文本 XML 架构内容和 .NET Framework 类型之间生成映射。
public:
property System::Xml::Serialization::XmlSchemaImporter ^ XmlImporter { System::Xml::Serialization::XmlSchemaImporter ^ get(); };
public System.Xml.Serialization.XmlSchemaImporter XmlImporter { get; }
member this.XmlImporter : System.Xml.Serialization.XmlSchemaImporter
Public ReadOnly Property XmlImporter As XmlSchemaImporter
属性值
类型为 XmlSchemaImporter 的对象,SoapProtocolImporter 类在内部使用该对象,以在文本 XML 架构内容和 .NET Framework 类型之间生成映射。
注解
类SoapProtocolImporter使用 XmlSchemaImporter 对象从需要文本 XML 架构用法(而不是 SOAP 编码)的 XML 架构元素和数据类型.NET Framework类型映射创建代码。 SOAP 编码在 SOAP 1.1 规范的第 5 节中指定。