System::Xml::XPath::XPathNavigator::MoveToPrevious method

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.

또 보기