Search
ItemCollectionBase(T) Methods
 


 Public Methods

  Name Description

Add

Adds the specified diagram item to the collection.

Clear

Removes all diagram items from the collection.

Contains

Determines whether an element is in the collection. (Inherited from CollectionBase.)

CopyTo

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from CollectionBase.)

GetAt

Gets the diagram item at the specified position.

GetEnumerator

Returns an enumerator that iterates through the collection. (Inherited from CollectionBase.)

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from CollectionBase.)

Insert

Inserts the specified diagram item into the collection at the specified position.

Remove

Removes the diagram item from the collection.

RemoveAt

Removes the diagram item from the collection.

Sort

Overloaded.   (Inherited from CollectionBase.)

 Protected Methods

  Name Description

RaiseAdding

Raises the Adding event.

RaiseInserting

Raises the Inserting event.

RaiseRemoving

Raises the Removing event.

 See Also