System::Xml::XPath::XPathNavigator::MoveToNamespace मेथड

XPathNavigator::MoveToNamespace method

XPathNavigator को निर्दिष्ट नेमस्पेस प्रीफ़िक्स वाले नेमस्पेस नोड पर ले जाता है।

virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
पैरामीटरप्रकारविवरण
नामStringनेमस्पेस नोड का नेमस्पेस प्रीफ़िक्स।

ReturnValue

true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.

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