System::Xml::XPath::XPathNavigator::MoveTo メソッド

XPathNavigator::MoveTo method

派生クラスでオーバーライドされた場合、指定されたXPathNavigator と同じ位置にXPathNavigator を移動させます。

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
パラメーター説明
otherSharedPtr<XPathNavigator>移動したいノード上に位置するXPathNavigatorです。

ReturnValue

true if the XPathNavigator is successful moving to the same position as the specified XPathNavigator; otherwise, false. If false, the position of the XPathNavigator is unchanged.

参照