get_IsEmptyElement()

XmlNodeReader::get_IsEmptyElement() method

Returns a value indicating whether the current node is an empty element (for example, ).

bool System::Xml::XmlNodeReader::get_IsEmptyElement() override

Return Value

true if the current node is an element (XmlNodeReader::get_NodeType equals XmlNodeType::Element) and it ends with />; otherwise, false.

See Also