System::Xml::XmlWriterSettings::get_CloseOutput metode

XmlWriterSettings::get_CloseOutput method

Mengembalikan nilai yang menunjukkan apakah XmlWriter juga harus menutup aliran atau TextWriter yang mendasarinya ketika metode XmlWriter::Close dipanggil.

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

ReturnValue

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

Lihat Juga