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