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.

另见