System::Xml::XmlReaderSettings::get_CloseInput メソッド

XmlReaderSettings::get_CloseInput method

リーダーが閉じられたときに、基になるストリームまたは TextReader を閉じるべきかどうかを示す値を返します。

bool System::Xml::XmlReaderSettings::get_CloseInput()

ReturnValue

true to close the underlying stream or TextReader when the reader is closed; otherwise false. The default is false.

参照