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!

XmlNode.GetEnumerator

Returns an enumerator for this node.

[Visual Basic]
Overridable Public Function GetEnumerator() As XmlNodeEnumerator
[C#]
public virtual XmlNodeEnumerator GetEnumerator();
[C++]
public: virtual XmlNodeEnumerator GetEnumerator();
[JScript]
public function GetEnumerator() : XmlNodeEnumerator;

Return Value

An enumerator for this node.

Remarks

The returned enumerator iterates through the child nodes of this node in the order they appear in the child list. In languages that support it, the

See Also

XmlNode Class | XmlNode Members | System.Xml Namespace