XmlReader.MoveToAttribute Method (Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, moves to the attribute with the specified index.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- i
- Type: System.Int32
The index of the attribute.
| Exception | Condition |
|---|---|
| NullReferenceException | The i value is null. |
Show: