[To be supplied.]
[C#] In C#, this member is the indexer for the XmlNode class.
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)