XmlCodeExporter.ExportMembersMapping(XmlMembersMapping) 方法
定义
为属于 Web 服务描述语言 (WSDL) 文档中的 SOAP 消息定义的每个部分生成 .NET Framework 类型和特性声明。Generates a .NET Framework type, plus attribute declarations, for each of the parts that belong to a SOAP message definition in a Web Services Description Language (WSDL) document.
此 API 支持产品基础结构,不能在代码中直接使用。
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)
参数
- xmlMembersMapping
- XmlMembersMapping
WSDL 消息定义中元素部分的内部 .NET Framework 类型映射。The internal .NET Framework type mappings for the element parts of a WSDL message definition.
注解
Web 服务描述语言工具 ( # A0) 使用此方法,当 WSDL 文档指定了文本用途时,指示 SOAP 消息参数和返回值的内容 (或请求和响应) 文档使用 XML 架构定义按原义指定。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.