System::Xml::XmlReader::MoveToFirstAttribute método

XmlReader::MoveToFirstAttribute method

Cuando se sobrescribe en una clase derivada, se desplaza al primer atributo.

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

ReturnValue

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

Ver también