System::Xml::XmlWriterSettings::get_CloseOutput メソッド

XmlWriterSettings::get_CloseOutput method

XmlWriterXmlWriter::Close メソッド呼び出し時に、基になるストリームまたは TextWriter も閉じるべきかどうかを示す値を返します。

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

ReturnValue

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

参照