XObject.IXmlLineInfo.HasLineInfo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether or not this XObject has line information.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
You can call this method to determine whether the XObject contains valid line information.
This 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: