XmlCodeExporter::AddMappingMetadata Method (CodeAttributeDeclarationCollection^, XmlTypeMapping^, String^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds an XmlElementAttribute declaration to a method return value that corresponds to a <part> element of a non-SOAP message definition in a Web Services Description Language (WSDL) document.
Assembly: System.Xml (in System.Xml.dll)
public: void AddMappingMetadata( CodeAttributeDeclarationCollection^ metadata, XmlTypeMapping^ mapping, String^ ns )
Parameters
- metadata
-
Type:
System.CodeDom::CodeAttributeDeclarationCollection^
The collection of CodeAttributeDeclaration objects for the generated type to which the method adds an attribute declaration.
- mapping
-
Type:
System.Xml.Serialization::XmlTypeMapping^
The internal .NET Framework type mapping information for an XML schema element.
- ns
-
Type:
System::String^
The XML namespace of the SOAP message part for which the type mapping information in the member parameter has been generated.
The Web Services Description Language tool (Wsdl.exe) uses this method when a WSDL document specifies the .NET Framework's non-SOAP implementations of Web services using the HTTP-GET and HTTP-POST operations.
Available since 1.1