XmlSchemaExporter::ExportMembersMapping Method (XmlMembersMapping^, Boolean)

 

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, and specifies whether enclosing elements are included.

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

public:
void ExportMembersMapping(
	XmlMembersMapping^ xmlMembersMapping,
	bool exportEnclosingType
)

Parameters

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

The internal mapping between a .NET Framework type and an XML schema element.

exportEnclosingType
Type: System::Boolean

true if the schema elements that enclose the schema are to be included; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: