NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.MoveToNextAttribute

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;

Return Value

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

Remarks

If the current node is an element node, this method is equivalent to MoveToFirstAttribute.

If you are positioned on an attribute, this method will do an implicit MoveToElement before processing this method.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace