System::Xml::XmlReader::get_CanResolveEntity method

XmlReader::get_CanResolveEntity method

Returns a value indicating whether this reader can parse and resolve entities.

virtual bool System::Xml::XmlReader::get_CanResolveEntity()

ReturnValue

true if the reader can parse and resolve entities; otherwise, false.

See Also