System::Xml::XPath::XPathNavigator::MoveToAttribute metod

XPathNavigator::MoveToAttribute method

Flyttar XPathNavigator till attributet med matchande lokalt namn och namnrymd-URI.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParameterTypBeskrivning
localNameStringDet lokala namnet på attributet.
namespaceURIStringNamnrymd-URI för attributet; nullptr för en tom namnrymd.

ReturnValue

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

Se även