Méthode System::Xml::XmlWriterSettings::get_CloseOutput

XmlWriterSettings::get_CloseOutput method

Renvoie une valeur indiquant si le XmlWriter doit également fermer le flux sous-jacent ou le TextWriter lorsque la méthode XmlWriter::Close est appelée.

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

ReturnValue

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

Voir aussi