System::Xml::XmlWriterSettings::get_CloseOutput 方法

XmlWriterSettings::get_CloseOutput method

返回一个值,指示在调用 XmlWriter::Close 方法时,XmlWriter 是否也应关闭底层流或 TextWriter。

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

ReturnValue

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

另见