Returns a particular XML element from the collection.
public XmlElement GetItem();
Public Function GetItem() As XmlElement
public XmlElement GetItem(int index);
Public Function GetItem(ByVal index As Integer) As XmlElement
Parameter | Description |
---|---|
index | The one based index of the Xml |
The return value is the requested element or null, if the element does not exist.