XmlSerializerOperationBehavior.GetXmlMappings Methode

Definitie

Hiermee haalt u de verzameling toewijzingen op tussen XML-schema-elementen en CLR-gegevenstypen.

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)

Retouren

Een Collection<T> van XmlMappingde s die de toewijzingen bevat.

Van toepassing op