Click or drag to resize

IListElement Methods


The IListElement type exposes the following members.

Methods
  NameDescription
Public methodAddListItem
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 methodClearListItems
Removes the child element's collection, leaving only the very first child element.
Public methodClone
Clones the current element and returns a new element. The cloned element usesthe name provided.
(Inherited from IElement.)
Public methodListItem(Int32)
Retrieves a child element by its position in the collection.
Public methodListItem(String)
Retrieves a child element by its unique ID.
Public methodListItems
Retrieves all child elements.
Public methodListItemsCount
Gets the count of child elements.
Public methodRemoveListItem
Removes a child element.
Top
See Also