System::Xml::XPath::XPathNavigator::MoveToPrevious मेथड

XPathNavigator::MoveToPrevious method

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

virtual bool System::Xml::XPath::XPathNavigator::MoveToPrevious()=0

ReturnValue

true if the XPathNavigator is successful moving to the previous sibling node; otherwise, false if there is no previous sibling node or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.

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