Represents a strongly typed collection of DiagramItem objects.
The following tables list the members exposed by the DiagramItemCollection type.
Name | Description | |
---|---|---|
Initializes a new instance of the DiagramItemCollection class. |
Name | Description | |
---|---|---|
Gets a List<T> containing the list of elements in the collecion instance. (Inherited from CollectionBase.) |
||
A ItemEventArgs instance used for passing arguments to the event handlers for the events of this collection. Used to avoid creating many small objects that would burden the garbage collector. (Inherited from ItemCollectionBase.) |
||
If enabled, the collection raises events to let their containing objects handle the addition or removal of items. (Inherited from ItemCollectionBase.) |
Name | Description | |
---|---|---|
Gets the number of elements actually contained in the collection. (Inherited from CollectionBase.) |
||
Gets a value indicating whether the collection is read-only. (Inherited from CollectionBase.) |
||
Gets or sets the element at the specified index. (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
Adds the specified diagram item to the collection. (Inherited from ItemCollectionBase.) |
||
Adds the specified diagram item to the collection. |
||
Removes all diagram items from the collection. (Inherited from ItemCollectionBase.) |
||
Creates a shallow copy of this collection. |
||
Determines whether an element is in the collection. (Inherited from CollectionBase.) |
||
(Inherited from CollectionBase.) |
||
Gets the diagram item at the specified position. (Inherited from ItemCollectionBase.) |
||
Returns an enumerator that iterates through the collection. (Inherited from CollectionBase.) |
||
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from CollectionBase.) |
||
Inserts the specified diagram item into the collection at the specified position. (Inherited from ItemCollectionBase.) |
||
Removes the diagram item from the collection. (Inherited from ItemCollectionBase.) |
||
Removes the diagram item from the collection. (Inherited from ItemCollectionBase.) |
Name | Description | |
---|---|---|
Raises the Adding event. (Inherited from ItemCollectionBase.) |
||
Raises the Inserting event. (Inherited from ItemCollectionBase.) |
||
Raises the Removing event. (Inherited from ItemCollectionBase.) |