Item Property (Type, String)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Xml.Serialization
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.XmlAttributes
An 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft