Freigeben über


XmlSerializerOperationBehavior.GetXmlMappings Methode

Definition

Ruft die Auflistung der Zuordnungen zwischen XML-Schemaelementen und CLR-Datentypen ab.

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)

Gibt zurück

Collection<XmlMapping>

Ein Collection<T> von XmlMappings, der die Zuordnungen enthält.

Gilt für