System::Xml::XmlReaderSettings::get_CloseInput método

XmlReaderSettings::get_CloseInput method

Devuelve un valor que indica si el flujo subyacente o TextReader debe cerrarse cuando se cierra el lector.

bool System::Xml::XmlReaderSettings::get_CloseInput()

ReturnValue

true to close the underlying stream or TextReader when the reader is closed; otherwise false. The default is false.

Ver también