Adds an System.Xml.Serialization.XmlElementAttribute declaration to a method parameter or return value that corresponds to a <part> element of a SOAP message definition in a Web Services Description Language (WSDL) document.
- metadata
- The collection of System.CodeDom.CodeAttributeDeclaration objects for the generated type to which the method adds an attribute declaration.
- member
- An internal .NET Framework type mapping for a single element part of a WSDL message definition.
- ns
- The XML namespace of the SOAP message part for which the type mapping information in the member parameter has been generated.
- forceUseMemberName
- Flag that helps determine whether to add an initial argument containing the XML element name for the attribute declaration being generated.
The Web Services Description Language tool (Wsdl.exe) uses this method when a WSDL document specifies literal use, indicating that the contents of SOAP message parameters and return values (or request and response documents) are literally specified with XML schema definitions.