System::Xml::XmlReader::get_IsEmptyElement metodo

XmlReader::get_IsEmptyElement method

Quando sovrascritto in una classe derivata, ottiene un valore che indica se il nodo corrente è un elemento vuoto (ad esempio, ).

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

ReturnValue

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

Vedi anche