System::Xml::XmlWriterSettings::set_CloseOutput método

XmlWriterSettings::set_CloseOutput method

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

void System::Xml::XmlWriterSettings::set_CloseOutput(bool value)
ParámetroTipoDescripción
valorboolEl valor a establecer.

Ver también