XmlAttributeOverrides.Item Property (Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the object associated with the specified base-class type.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- type
- Type: System.Type
The base class Type that is associated with the collection of attributes you want to retrieve.
Property Value
Type: System.Xml.Serialization.XmlAttributesAn XmlAttributes that represents the collection of overriding attributes.
Use this overload to return an XmlAttributes object that contains attributes for an XmlRootAttribute or XmlTypeAttribute object.
If the XmlAttributes object contains objects that override an XmlArrayAttribute, XmlArrayItemAttribute, XmlElementAttribute, XmlEnumAttribute, or XmlAttributeAttribute, you must use the overload that specifies the overridden member as well as the type.