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

XPathNavigator::MoveToAttribute method

Flyttar XPathNavigator till attributet med matchande lokala namn och namnrymds-URI.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParameterTypeBeskrivning
localNameStringDet lokala namnet på attributet.
namespaceURIStringNamnrymds-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