XmlTextReader::MoveToAttribute Method
.NET Framework (current version)
Moves to the specified attribute.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | MoveToAttribute(Int32) | Moves to the attribute with the specified index.(Overrides XmlReader::MoveToAttribute(Int32).) |
![]() | MoveToAttribute(String^) | Moves to the attribute with the specified name.(Overrides XmlReader::MoveToAttribute(String^).) |
![]() | MoveToAttribute(String^, String^) | Moves to the attribute with the specified local name and namespace URI.(Overrides XmlReader::MoveToAttribute(String^, String^).) |
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. |
Show:

