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<XmlMapping>

マッピングを含んでいる Collection<T>XmlMapping

適用対象