System::Xml::XmlValidatingReader::MoveToNextAttribute method

XmlValidatingReader::MoveToNextAttribute method

Moves to the next attribute.

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

ReturnValue

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

See Also