XmlSchemaExporter::ExportTypeMapping Method (XmlMembersMapping^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds an element declaration to the applicable XmlSchema object for a single element part of a literal SOAP message definition.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- xmlMembersMapping
-
Type:
System.Xml.Serialization::XmlMembersMapping^
Internal .NET Framework type mappings for the element parts of a Web Services Description Language (WSDL) message definition.
Return Value
Type: System.Xml::XmlQualifiedName^An XmlQualifiedName that represents the qualified XML name of the exported element declaration.
This overload adds an XML schema element declaration to the XmlSchema that uses the same namespace as the SOAP message part. The literal message definition must contain a single part.
Use the ServiceDescriptionReflector class instead.
.NET Framework
Available since 1.1
Available since 1.1
Show: