XmlDocument::GetElementsByTagName Method
.NET Framework (current version)
Returns an XmlNodeList containing a list of all descendant elements that match the specified name.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | GetElementsByTagName(String^) | Returns an XmlNodeList containing a list of all descendant elements that match the specified Name. |
![]() | GetElementsByTagName(String^, String^) | Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI. |
Show:
