Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializer::FromMappings Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an instance of the XmlSerializer class from the specified mappings.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFromMappings(array<XmlMapping^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns an array of XmlSerializer objects created from an array of XmlTypeMapping objects.

System_CAPS_pubmethodSystem_CAPS_staticFromMappings(array<XmlMapping^>^, Evidence^)

Obsolete. Returns an instance of the XmlSerializer class created from mappings of one XML type to another.

System_CAPS_pubmethodSystem_CAPS_staticFromMappings(array<XmlMapping^>^, Type^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns an instance of the XmlSerializer class from the specified mappings.

Return to top
Show:
© 2017 Microsoft