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

XPathNavigator::MoveToAttribute method

मैचिंग स्थानीय नाम और नेमस्पेस URI वाले एट्रिब्यूट पर XPathNavigator को ले जाता है।

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
पैरामीटरप्रकारविवरण
localNameStringएट्रिब्यूट का स्थानीय नाम।
namespaceURIStringएट्रिब्यूट का नेमस्पेस URI; खाली नेमस्पेस के लिए nullptr

ReturnValue

true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.

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