
Returns a collection of XML elements. It is an object of the type XmlElementCollection.
[C#]
public XmlElementCollection GetXmlElements(string elementName);
[Visual Basic]
Public Function GetXmlElements(ByVal elementName As String) As XmlElementCollection
| Parameter | Description | |
| elementName | Specifies the XML element's name. |
The return value is a collection containing all XML elements of the specified name.