MoveToFirstAttribute()

XmlValidatingReader::MoveToFirstAttribute() method

Moves to the first attribute.

bool System::Xml::XmlValidatingReader::MoveToFirstAttribute() override

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