System::Xml::XmlReader::MoveToElement विधि

XmlReader::MoveToElement method

जब एक व्युत्पन्न वर्ग में ओवरराइड किया जाता है, तो वर्तमान गुण नोड को सम्मिलित करने वाले तत्व पर जाता है।

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).

संबंधित देखें