XmlAttributeOverrides.Item Property (Type, String)
[ 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. The member parameter specifies the base-class member that is overridden.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
'Declaration Public ReadOnly Property Item ( _ type As Type, _ member As String _ ) As XmlAttributes
Parameters
- type
- Type: System.Type
The base class Type that is associated with the collection of attributes you want.
- member
- Type: System.String
The name of the overridden member that specifies the XmlAttributes to return.
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 objects that override an XmlArrayAttribute, XmlArrayItemAttribute, XmlAttributeAttribute, XmlElementAttribute, or XmlEnumAttribute. If the XmlAttributes object contains an XmlRootAttribute or XmlTypeAttribute, you must use the overload that specifies only the overridden type.