XmlTextReader::MoveToNextAttribute Method ()
.NET Framework (current version)
Moves to the next attribute.
Assembly: System.Xml (in System.Xml.dll)
Return Value
Type: System::Booleantrue if there is a next attribute; false if there are no more attributes.
Note |
|---|
Starting with the .NET Framework 2.0, we recommend that you create XmlReader instances by using the XmlReader::Create method to take advantage of new functionality. |
If the current node is an element node, this method is equivalent to MoveToFirstAttribute. If MoveToNextAttribute returns true, the reader moves to the next attribute; otherwise, the position of the reader does not change.
The following example displays all attributes on the current node.
.NET Framework
Available since 1.1
Available since 1.1
Show:
