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.
If you are positioned on an attribute, this method will do an implicit MoveToElement before processing this method.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace