Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaExporter::ExportMembersMapping Method (XmlMembersMapping^)

 

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 for each of the element parts of a literal SOAP message definition.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void ExportMembersMapping(
	XmlMembersMapping^ xmlMembersMapping
)

Parameters

xmlMembersMapping
Type: System.Xml.Serialization::XmlMembersMapping^

The internal .NET Framework type mappings for the element parts of a Web Services Description Language (WSDL) message definition.

For each SOAP message part, the ExportMembersMapping method adds an XML schema element declaration to the XmlSchema that uses the same namespace as the part. A literal message definition normally contains a single part.

Use the ServiceDescriptionReflector class instead.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft