XObject.IXmlLineInfo.LineNumber Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the line number that the underlying XmlReader reported for this XObject.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
'Declaration Private ReadOnly Property LineNumber As Integer Implements IXmlLineInfo.LineNumber
Property Value
Type: System.Int32An Int32 that contains the line number reported by the XmlReader for this XObject.
Implements
IXmlLineInfo.LineNumberThis method is an explicit interface member implementation of a method in the IXmlLineInfo interface, so in order to call this method, it is necessary to cast to IXmlLineInfo.
Show: