System::Xml::XPath::XPathNavigator::MoveToFirstAttribute methode

XPathNavigator::MoveToFirstAttribute method

Wanneer overschreven in een afgeleide klasse, verplaatst de XPathNavigator naar het eerste attribuut van het huidige knooppunt.

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

ReturnValue

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

Zie ook