System::Xml::XmlWriterSettings::get_CloseOutput metodo

XmlWriterSettings::get_CloseOutput method

Restituisce un valore che indica se il XmlWriter deve anche chiudere lo stream o TextWriter sottostante quando viene chiamato il metodo XmlWriter::Close.

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

ReturnValue

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

Vedi anche