Método System::Xml::XmlWriterSettings::set_CloseOutput

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
valueboolEl valor a establecer.

Ver también