Item Property
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml Namespace
XmlReader Class
XmlReader Properties
Item Property
Item Property (Int32)
Item Property (String)
Item Property (String, String)
XmlReader Properties
AttributeCount Property
BaseURI Property
CanReadBinaryContent Property
CanReadValueChunk Property
CanResolveEntity Property
Depth Property
EOF Property
HasAttributes Property
HasValue Property
IsDefault Property
IsEmptyElement Property
Item Property
LocalName Property
Name Property
NamespaceURI Property
NameTable Property
NodeType Property
Prefix Property
QuoteChar Property
ReadState Property
SchemaInfo Property
Settings Property
Value Property
ValueType Property
XmlLang Property
XmlSpace Property
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XmlReader
.
.
::
.
Item Property
When overridden in a derived class, gets the value of the attribute.
Overload List
Name
Description
Item
[
(
[
(
Int32
]
)
]
)
When overridden in a derived class, gets the value of the attribute with the specified index.
Item
[
(
[
(
String
]
)
]
)
When overridden in a derived class, gets the value of the attribute with the specified
Name
.
Item
[
(
[
(
String, String
]
)
]
)
When overridden in a derived class, gets the value of the attribute with the specified
LocalName
and
NamespaceURI
.
Top
See Also
Reference
XmlReader Class
XmlReader Members
System.Xml Namespace
Other Resources
Reading XML with the XmlReader
Tags :