System::Xml::XPath::XPathNavigator::MoveToAttribute methode

XPathNavigator::MoveToAttribute method

Verplaatst de XPathNavigator naar het attribuut met de overeenkomende lokale naam en namespace‑URI.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParameterTypeBeschrijving
localNameStringDe lokale naam van het attribuut.
namespaceURIStringDe namespace‑URI van het attribuut; nullptr voor een lege namespace.

ReturnValue

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

Zie ook