SoapCodeExporter.ExportTypeMapping(XmlTypeMapping) 方法
定义
为 SOAP 标头生成 .NET Framework 类型和特性声明。Generates a .NET Framework type, plus attribute declarations, for a SOAP header.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void ExportTypeMapping(System::Xml::Serialization::XmlTypeMapping ^ xmlTypeMapping);
public void ExportTypeMapping (System.Xml.Serialization.XmlTypeMapping xmlTypeMapping);
member this.ExportTypeMapping : System.Xml.Serialization.XmlTypeMapping -> unit
Public Sub ExportTypeMapping (xmlTypeMapping As XmlTypeMapping)
参数
- xmlTypeMapping
- XmlTypeMapping
SOAP 标头元素的内部 .NET Framework 类型映射信息。Internal .NET Framework type mapping information for a SOAP header element.
注解
此方法由 Wsdl.exe 工具使用。This method is used by the Wsdl.exe tool.