XmlSerializerOperationBehavior.GetXmlMappings Methode

Definition

Ruft die Auflistung von 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

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

Gilt für: