XmlValidatingReader::HasLineInfo Method ()

 

Gets a value indicating whether the class can return line information.

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

public:
virtual bool HasLineInfo() sealed

Return Value

Type: System::Boolean

true if the class can return line information; otherwise, false.

System_CAPS_noteNote

The XmlValidatingReader class is obsolete in .NET Framework 2.0. You can create a validating XmlReader instance by using the XmlReaderSettings class and the Create method. For more information, see the Remarks section of the XmlReader reference page.

.NET Framework
Available since 2.0
Return to top
Show: