System::Xml::XPath::XPathNavigator::MoveTo yöntemi

XPathNavigator::MoveTo method

Türetilmiş bir sınıfta geçersiz kılındığında, XPathNavigator öğesini belirtilen XPathNavigator ile aynı konuma taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParametreTürAçıklama
otherSharedPtr<XPathNavigator>Taşımak istediğiniz düğümde konumlandırılmış 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.

Ayrıca Bakınız