System::Xml::XPath::XPathNavigator::MoveToAttribute Methode

XPathNavigator::MoveToAttribute method

Verschiebt den XPathNavigator zum Attribut mit dem passenden lokalen Namen und Namespace-URI.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParameterTypBeschreibung
localNameStringDer lokale Name des Attributs.
namespaceURIStringDer Namespace-URI des Attributs; nullptr für einen leeren Namespace.

ReturnValue

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

Siehe auch