IItemCollection<T> Interface Members
In This Topic
The following tables list the members exposed by IItemCollection<T>.
Public Methods
| Name | Description |
| add | Adds an item to the collection. |
| clear | Clears the collection and releases the references on all items currently in the collection. |
| contains | Returns a value that indicates whether the specified item is in this view. |
| getCount | Gets the number of records in the collection. |
| remove | Removes the specified item reference from the collection or view. |
Top
See Also