IList
|
The IListElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddListItem | Creates a new child element and adds it to the collection. The new child element has its type and name decided, but nothing else. |
|
|
ClearListItems | Removes the child element's collection, leaving only the very first child element. |
|
|
Clone |
Clones the current element and returns a new element. The cloned element usesthe name provided.
(Inherited from IElement) |
|
|
ListItem(Int32) | Retrieves a child element by its position in the collection. |
|
|
ListItem(String) | Retrieves a child element by its unique ID. |
|
|
ListItems | Retrieves all child elements. |
|
|
ListItemsCount | Gets the count of child elements. |
|
|
RemoveListItem | Removes a child element. |