System::Xml::XPath::XPathNavigator::MoveToFirstAttribute Methode

XPathNavigator::MoveToFirstAttribute method

Wenn sie in einer abgeleiteten Klasse überschrieben wird, verschiebt sie den XPathNavigator zum ersten Attribut des aktuellen Knotens.

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.

Siehe auch