System::Xml::XmlWriterSettings::get_CloseOutput metodu

XmlWriterSettings::get_CloseOutput method

Temel akışı veya TextWriter’ı da kapatıp kapatmayacağını belirten bir değer döndürür; bu, XmlWriter XmlWriter::Close metodu çağrıldığında gerçekleşir.

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