XmlSchemaImporter::ImportMembersMapping Method (String^, String^, array<SoapSchemaMember^>^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document.

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

public:
XmlMembersMapping^ ImportMembersMapping(
	String^ name,
	String^ ns,
	array<SoapSchemaMember^>^ members
)

Parameters

name
Type: System::String^

The name of the element for which to generate a mapping.

ns
Type: System::String^

The namespace of the element for which to generate a mapping.

members
Type: array<System.Xml.Serialization::SoapSchemaMember^>^

An array of SoapSchemaMember instances that specifies the members of the element for which to generate a mapping.

Return Value

Type: System.Xml.Serialization::XmlMembersMapping^

A XmlMembersMapping that contains type mapping information.

.NET Framework
Available since 2.0
Return to top
Show: