MoveToAttribute Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml Namespace
XmlReader Class
XmlReader Methods
MoveToAttribute Method
MoveToAttribute Method (Int32)
MoveToAttribute Method (String ...
MoveToAttribute Method (String ...
XmlReader Methods
Close Method
Create Method
Dispose Method
GetAttribute Method
IDisposable.Dispose Method
IsName Method
IsNameToken Method
IsStartElement Method
LookupNamespace Method
MoveToAttribute Method
MoveToContent Method
MoveToElement Method
MoveToFirstAttribute Method
MoveToNextAttribute Method
Read Method
ReadAttributeValue Method
ReadContentAs Method
ReadContentAsBase64 Method
ReadContentAsBinHex Method
ReadContentAsBoolean Method
ReadContentAsDateTime Method
ReadContentAsDecimal Method
ReadContentAsDouble Method
ReadContentAsFloat Method
ReadContentAsInt Method
ReadContentAsLong Method
ReadContentAsObject Method
ReadContentAsString Method
ReadElementContentAs Method
ReadElementContentAsBase64 Met ...
ReadElementContentAsBinHex Met ...
ReadElementContentAsBoolean Me ...
ReadElementContentAsDateTime M ...
ReadElementContentAsDecimal Me ...
ReadElementContentAsDouble Met ...
ReadElementContentAsFloat Meth ...
ReadElementContentAsInt Method
ReadElementContentAsLong Metho ...
ReadElementContentAsObject Met ...
ReadElementContentAsString Met ...
ReadElementString Method
ReadEndElement Method
ReadInnerXml Method
ReadOuterXml Method
ReadStartElement Method
ReadString Method
ReadSubtree Method
ReadToDescendant Method
ReadToFollowing Method
ReadToNextSibling Method
ReadValueChunk Method
ResolveEntity Method
Skip Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XmlReader
.
.
::
.
MoveToAttribute Method
When overridden in a derived class, moves to the specified attribute.
Overload List
Name
Description
MoveToAttribute(Int32)
When overridden in a derived class, moves to the attribute with the specified index.
MoveToAttribute(String)
When overridden in a derived class, moves to the attribute with the specified
Name
.
MoveToAttribute(String, String)
When overridden in a derived class, moves to 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 :