System::Xml::XmlWriterSettings::get_WriteEndDocumentOnClose طريقة
XmlWriterSettings::get_WriteEndDocumentOnClose method
يعيد قيمة تشير إلى ما إذا كان XmlWriter سيضيف وسوم إغلاق لجميع وسوم العناصر غير المغلقة عندما يتم استدعاء طريقة XmlWriter::Close.
bool System::Xml::XmlWriterSettings::get_WriteEndDocumentOnClose()
ReturnValue
true if all unclosed element tags will be closed out; otherwise, false. The default value is true.
انظر أيضًا
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++