Метод System::Xml::XmlWriterSettings::get_CloseOutput

XmlWriterSettings::get_CloseOutput method

Возвращает значение, указывающее, должен ли XmlWriter также закрывать базовый поток или TextWriter при вызове метода XmlWriter::Close.

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

ReturnValue

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

См. также