System::Xml::XPath::XPathNavigator::MoveTo method

XPathNavigator::MoveTo method

Ketika dioverride dalam kelas turunan, memindahkan XPathNavigator ke posisi yang sama dengan XPathNavigator yang ditentukan.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParameterTipeDeskripsi
otherSharedPtr<XPathNavigator>XPathNavigator yang diposisikan pada node yang ingin Anda pindahkan.

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.

Lihat Juga