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