XmlSchemaExporter::ExportMembersMapping Method (XmlMembersMapping^, Boolean)
.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 for each of the element parts of a literal SOAP message definition, and specifies whether enclosing elements are included.
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
Available since 2.0
Show: