Click or drag to resize

IListElement Methods


The IListElement type exposes the following members.

Methods
  Name Description
Public method 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.
Public method ClearListItems Removes the child element's collection, leaving only the very first child element.
Public method Clone Clones the current element and returns a new element. The cloned element usesthe name provided.
(Inherited from IElement)
Public method ListItem(Int32) Retrieves a child element by its position in the collection.
Public method ListItem(String) Retrieves a child element by its unique ID.
Public method ListItems Retrieves all child elements.
Public method ListItemsCount Gets the count of child elements.
Public method RemoveListItem Removes a child element.
Top
See Also