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입니다.

적용 대상