System::Xml::XmlWriterSettings::get_CloseOutput yöntemi

XmlWriterSettings::get_CloseOutput method

XmlWriter temel akışı veya TextWriter’ı da, XmlWriter::Close yöntemi çağrıldığında kapatıp kapatmayacağını gösteren bir değer döndürür.

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

ReturnValue

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

Ayrıca Bakınız