HasLineInfo()

IXmlLineInfo::HasLineInfo() method

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

virtual bool System::Xml::IXmlLineInfo::HasLineInfo()=0

Return Value

true if IXmlLineInfo::get_LineNumber and IXmlLineInfo::get_LinePosition can be provided; otherwise, false.

See Also