XmlReflectionImporter Constructor (XmlAttributeOverrides^, String^)

 

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

Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides and default XML namespace.

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

public:
XmlReflectionImporter(
	XmlAttributeOverrides^ attributeOverrides,
	String^ defaultNamespace
)

Parameters

attributeOverrides
Type: System.Xml.Serialization::XmlAttributeOverrides^

An object that overrides how the XmlSerializer class serializes mapped types.

defaultNamespace
Type: System::String^

The default XML namespace to use for imported type mappings.

It is not necessary to create an instance of the XmlReflectionImporter class directly.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: