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.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the XmlNode class.

Overload List

Retrieves the first child element with the specified LocalName and NamespaceURI.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String, String) As XmlElement
[C#] public XmlElement this[String, String] {virtual get;}
[C++] public: __property virtual XmlElement* get_Item(String*, String*);
[JScript] XmlNode.Item (String, String)

Retrieves the first child element with the specified name.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String) As XmlElement
[C#] public XmlElement this[String] {virtual get;}
[C++] public: __property virtual XmlElement* get_Item(String*);
[JScript] XmlNode.Item (String)

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace