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
| Parametre | Tür | Açıklama |
|---|---|---|
| other | SharedPtr<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
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++