MoveToNextAttribute()

XPathNavigator::MoveToNextAttribute() method

When overridden in a derived class, moves the XPathNavigator to the next attribute.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextAttribute()=0

Return Value

true if the XPathNavigator is successful moving to the next attribute; false if there are no more attributes. If false, the position of the XPathNavigator is unchanged.

See Also