SoapSchemaExporter.ExportMembersMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.
Overloads
ExportMembersMapping(XmlMembersMapping) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition. |
ExportMembersMapping(XmlMembersMapping, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition. |
ExportMembersMapping(XmlMembersMapping)
Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ExportMembersMapping(System::Xml::Serialization::XmlMembersMapping ^ xmlMembersMapping);
public void ExportMembersMapping (System.Xml.Serialization.XmlMembersMapping xmlMembersMapping);
member this.ExportMembersMapping : System.Xml.Serialization.XmlMembersMapping -> unit
Public Sub ExportMembersMapping (xmlMembersMapping As XmlMembersMapping)
Parameters
- xmlMembersMapping
- XmlMembersMapping
Internal .NET Framework type mappings for the element parts of a WSDL message definition.
Remarks
You should not use the SoapSchemaExporter class directly.
Applies to
ExportMembersMapping(XmlMembersMapping, Boolean)
Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ExportMembersMapping(System::Xml::Serialization::XmlMembersMapping ^ xmlMembersMapping, bool exportEnclosingType);
public void ExportMembersMapping (System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType);
member this.ExportMembersMapping : System.Xml.Serialization.XmlMembersMapping * bool -> unit
Public Sub ExportMembersMapping (xmlMembersMapping As XmlMembersMapping, exportEnclosingType As Boolean)
Parameters
- xmlMembersMapping
- XmlMembersMapping
Internal .NET Framework type mappings for the element parts of a WSDL message definition.
- exportEnclosingType
- Boolean
true
to export a type definition for the parent element of the WSDL parts; otherwise, false
.
Remarks
You should not use the SoapSchemaExporter class directly.