get_IsEmptyElement()

XmlReader::get_IsEmptyElement() method

When overridden in a derived class, gets a value indicating whether the current node is an empty element (for example, ).

virtual bool System::Xml::XmlReader::get_IsEmptyElement()=0

Return Value

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

See Also