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