IXmlLineInfo.HasLineInfo Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

'Declaration
Private Function HasLineInfo As Boolean
	Implements IXmlLineInfo.HasLineInfo

Return Value

Type: System.Boolean
true if the XObject has line information, otherwise false.

Implements

IXmlLineInfo.HasLineInfo

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft