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!

DocumentNavigator.MoveToFirstAttribute

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;

Return Value

true if the first attribute exists; otherwise, false.

Remarks

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

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace