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!

XmlNamedNodeMap.GetNamedItem

Retrieves the specified XmlNode from the collection of nodes in this XmlNamedNodeMap.

Overload List

Retrieves an XmlNode specified by name.

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

Retrieves a node specified by LocalName and NamespaceURI.

[Visual Basic] Overloads Overridable Public Function GetNamedItem(String, String) As XmlNode
[C#] public virtual XmlNode GetNamedItem(String, String);
[C++] public: virtual XmlNode* GetNamedItem(String*, String*);
[JScript] public function GetNamedItem(String, String) : XmlNode;

See Also

XmlNamedNodeMap Class | XmlNamedNodeMap Members | System.NewXml Namespace