Moves to the first attribute.
[Visual Basic] Overrides Public Function MoveToFirstAttribute() As Boolean [C#] public override bool MoveToFirstAttribute(); [C++] public: override bool MoveToFirstAttribute(); [JScript] public override 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.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace