get_CanResolveEntity()

XmlTextReader::get_CanResolveEntity() method

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

bool System::Xml::XmlTextReader::get_CanResolveEntity() override

Return Value

true if the reader can parse and resolve entities; otherwise, false. The XmlTextReader class always returns true.

See Also