XmlSchemaImporter.ImportMembersMapping Method (XmlQualifiedName[])
Assembly: System.Xml (in system.xml.dll)
public XmlMembersMapping ImportMembersMapping ( XmlQualifiedName[] names )
public function ImportMembersMapping ( names : XmlQualifiedName[] ) : XmlMembersMapping
Parameters
- names
An array of type XmlQualifiedName that specifies the names of the message parts.
Return Value
An XmlMembersMapping that represents the .NET Framework type mappings for the element parts of a WSDL message definition.The ImportMembersMapping method is used by the Wsdl.exe tool while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document. Instead of calling this method directly, use Wsdl.exe or Xsd.exe.
The XmlSchemaImporter class is used only when a WSDL document specifies literal use. The value of the names parameter contains the qualified names of the parts elements under a message definition in a WSDL document.
This method does not account for the part elements' types.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.