MoveToNextAttribute()

XmlReader::MoveToNextAttribute() method

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

virtual bool System::Xml::XmlReader::MoveToNextAttribute()=0

Return Value

true if there is a next attribute; false if there are no more attributes.

See Also