Metodo System::Xml::XmlNodeReader::get_IsEmptyElement
XmlNodeReader::get_IsEmptyElement method
Restituisce un valore che indica se il nodo corrente è un elemento vuoto (ad esempio,
bool System::Xml::XmlNodeReader::get_IsEmptyElement() override
ReturnValue
true if the current node is an element (XmlNodeReader::get_NodeType equals XmlNodeType::Element) and it ends with />; otherwise, false.
Vedi anche
- Class XmlNodeReader
- Namespace System::Xml
- Library Aspose.Font for C++