XmlDocument.GetElementsByTagName Method
.NET Framework 4.5
Returns an XmlNodeList containing a list of all descendant elements that match the specified name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |