System::Xml::XmlValidatingReader::get_IsEmptyElement metodo

XmlValidatingReader::get_IsEmptyElement method

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

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

ReturnValue

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

Vedi anche