System::Xml::XmlWriterSettings::get_CloseOutput メソッド
XmlWriterSettings::get_CloseOutput method
XmlWriter が XmlWriter::Close メソッド呼び出し時に、基になるストリームまたは TextWriter も閉じるべきかどうかを示す値を返します。
bool System::Xml::XmlWriterSettings::get_CloseOutput()
ReturnValue
true to also close the underlying stream or TextWriter; otherwise, false. The default is false.
参照
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++