DelegatingXmlReader.Item PropertyDelegatingXmlReader.Item PropertyDelegatingXmlReader::Item Property

Overload List

 NameDescription
Public propertyItem (int)Item (Integer)Item (int) Gets the value of the attribute with the specified index. (Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item)
Public propertyItem (string)Item (String)Item (String^) Gets the value of the attribute with the specified name (Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item)
Public propertyItem (string, string)Item (String, String)Item (String^, String^) Gets the value of the attribute with the specified local name and namespace URI. (Overrides XmlReader.ItemXmlReader.ItemXmlReader::Item)

Top