Moves to the next attribute.
[Visual Basic] MustOverride Public Function MoveToNextAttribute() As Boolean [C#] public abstract bool MoveToNextAttribute(); [C++] public: virtual bool MoveToNextAttribute() = 0; [JScript] public abstract function MoveToNextAttribute() : Boolean;
true if there is a next attribute; false if there are no more attributes.
If the current node is an element node, this method is equivalent to MoveToFirstAttribute.
XmlReader Class | XmlReader Members | System.NewXml Namespace