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.

संबंधित देखें