MoveToFirstAttribute()

XmlReader::MoveToFirstAttribute() method

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

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

Return Value

true if an attribute exists (the reader moves to the first attribute); otherwise, false (the position of the reader does not change).

See Also