XmlDataDocument.GetElementsByTagName(String) Method

Definition

Returns an XmlNodeList containing a list of all descendant elements that match the specified Name.

public override System.Xml.XmlNodeList GetElementsByTagName(string name);

Parameters

name
String

The qualified name to match. It is matched against the Name property of the matching node. The special value "*" matches all tags.

Returns

An XmlNodeList containing a list of all matching nodes.

Remarks

Uwaga

It is recommended that you use the XmlNode.SelectNodes or XmlNode.SelectSingleNode method instead of the GetElementsByTagName method.

Applies to

Produkt Wersje
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1