Returns a particular XML element from the collection.

GetItem()

public XmlElement GetItem();

GetItem(Int)

public XmlElement GetItem(int index);

Parameters

Parameter Description
index The one based index of the XmlElement.

Return Value

The return value is the requested element or null, if the element does not exist.