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
| Parameter | Tipe | Deskripsi |
|---|---|---|
| other | SharedPtr<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
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++