Moves to the first attribute.
[Visual Basic] MustOverride Public Function MoveToFirstAttribute() As Boolean [C#] public abstract bool MoveToFirstAttribute(); [C++] public: virtual bool MoveToFirstAttribute() = 0; [JScript] public abstract function MoveToFirstAttribute() : Boolean;
true if the first attribute exists; otherwise, false.
XmlReader Class | XmlReader Members | System.NewXml Namespace