System::Xml::XPath::XPathNavigator::MoveToNextAttribute 方法

XPathNavigator::MoveToNextAttribute method

当在派生类中被重写时,将 XPathNavigator 移动到下一个属性。

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

ReturnValue

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.

另见