Moves the XmlNavigator back to a previously pushed position and pops that saved position off the stack.
[Visual Basic] Overrides Public Function PopPosition() As Boolean [C#] public override bool PopPosition(); [C++] public: override bool PopPosition(); [JScript] public override function PopPosition() : Boolean;
true if XmlNavigator moved to previous push position; false if there is no more to pop.
DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace