System::Xml::XmlReader::MoveToElement-Methode

XmlReader::MoveToElement method

Wird in einer abgeleiteten Klasse überschrieben, wechselt es zum Element, das den aktuellen Attributknoten enthält.

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

ReturnValue

true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).

Siehe auch