XmlAttributes Constructor (ICustomAttributeProvider^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the XmlAttributes class and customizes how the XmlSerializer serializes and deserializes an object.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- provider
-
Type:
System.Reflection::ICustomAttributeProvider^
A class that can provide alternative implementations of attributes that control XML serialization.
Use the default constructor for the XmlAttributes class, rather than using this constructor.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: