System::Xml::IXmlLineInfo::HasLineInfo method

IXmlLineInfo::HasLineInfo method

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

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

ReturnValue

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

See Also