XmlSerializerOperationBehavior.GetXmlMappings 方法

定义

获取 XML 架构元素和 CLR 数据类型之间的映射的集合。

public:
 System::Collections::ObjectModel::Collection<System::Xml::Serialization::XmlMapping ^> ^ GetXmlMappings();
public System.Collections.ObjectModel.Collection<System.Xml.Serialization.XmlMapping> GetXmlMappings();
member this.GetXmlMappings : unit -> System.Collections.ObjectModel.Collection<System.Xml.Serialization.XmlMapping>
Public Function GetXmlMappings () As Collection(Of XmlMapping)

返回

Collection<T>一个XmlMapping包含映射的 s。

适用于