System::Xml::XmlTextReader::get_IsEmptyElement metodo

XmlTextReader::get_IsEmptyElement method

Restituisce un valore che indica se il nodo corrente è un elemento vuoto (ad esempio, ).

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

ReturnValue

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

Vedi anche