طريقة 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.Font for C++