Método System::Xml::XmlWriterSettings::get_CloseOutput

XmlWriterSettings::get_CloseOutput method

Devuelve un valor que indica si el XmlWriter también debe cerrar el flujo subyacente o TextWriter cuando se llama al método XmlWriter::Close.

bool System::Xml::XmlWriterSettings::get_CloseOutput()

ReturnValue

true to also close the underlying stream or TextWriter; otherwise, false. The default is false.

Ver también