The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
