IXmlLineInfo Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides an interface to enable a class to return line and position information.
Assembly: System.Xml (in System.Xml.dll)
The IXmlLineInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LineNumber | Gets the current line number. |
![]() | LinePosition | Gets the current line position. |
| Name | Description | |
|---|---|---|
![]() | HasLineInfo | Gets a value indicating whether the class can return line information. |
Show:

