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!

XmlContainer.GetNodes ()

Returns an array containing all child nodes of this element.

[Visual Basic]
Overloads Public Function GetNodes() As XmlNode ()
[C#]
public XmlNode[] GetNodes();
[C++]
public: XmlNode* GetNodes() [];
[JScript]
public function GetNodes() : XmlNode[];

Return Value

An array containing the child nodes of this element.

Remarks

The returned array contains the child nodes in the order they appear in the child list. The returned array may be empty, but it is never null.

See Also

XmlContainer Class | XmlContainer Members | System.Xml Namespace | XmlContainer.GetNodes Overload List | GetNodes | GetNodes | GetNodes