IItemCollection<T> Interface Methods
In This Topic
For a list of all members of this type, see IItemCollection<T> members.
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