Returns a collection of XML elements. It is an object of the type XmlElementCollection.

GetXmlElements(String)

public XmlElementCollection GetXmlElements(string elementName);
Public Function GetXmlElements(ByVal elementName As String) As XmlElementCollection

Parameters

Parameter Description
elementName Specifies the XML element's name.

Return Value

The return value is a collection containing all XML elements of the specified name.