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