System::Xml::XmlReader::MoveToFirstAttribute-Methode

XmlReader::MoveToFirstAttribute method

Wird in einer abgeleiteten Klasse überschrieben, wechselt es zum ersten Attribut.

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).

Siehe auch