XmlDataDocument::GetElementsByTagName Method (String^)
.NET Framework (current version)
Returns an XmlNodeList containing a list of all descendant elements that match the specified Name.
Assembly: System.Data (in System.Data.dll)
Parameters
- name
-
Type:
System::String^
The qualified name to match. It is matched against the Name property of the matching node. The special value "*" matches all tags.
Note |
|---|
It is recommended that you use the XmlNode::SelectNodes or XmlNode::SelectSingleNode method instead of the GetElementsByTagName method. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
