Returns an XmlNodeList containing a list of all descendant elements that match the specified name.
[Visual Basic] Overloads Overridable Public Function GetElementsByTagName( _ ByVal name As String _ ) As XmlNodeList [C#] public virtual XmlNodeList GetElementsByTagName( string name ); [C++] public: virtual XmlNodeList* GetElementsByTagName( String* name ); [JScript] public function GetElementsByTagName( name : String ) : XmlNodeList;
An XmlNodeList containing a list of all matching nodes.
The nodes are placed in the order in which they would be encountered in a preorder traversal of the XmlElement tree.
XmlElement Class | XmlElement Members | System.NewXml Namespace | XmlElement.GetElementsByTagName Overload List