Name | Description | |
---|---|---|
ImageCollection Constructor | Initializes a new instance of a ImageCollection. |
The following tables list the members exposed by ImageCollection.
Name | Description | |
---|---|---|
ImageCollection Constructor | Initializes a new instance of a ImageCollection. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the ImageEntry at the specified index in the ImageCollection. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an ImageEntry to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Overloaded. Determines whether the ImageCollection contains a given key. | |
IndexOf | Overloaded. Gets the index of a given ImageEntry in the collection. | |
Insert | Inserts an ImageEntry at a specified position in the collection. | |
Remove | Removes an ImageEntry from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the ImageCollection instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the ImageCollection instance. | |
OnListChanged | Raises the ListChanged event. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the ImageCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a value in the ImageCollection instance. | |
OnValidate | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
ListChanged | Occurs when list items are added, removed, or changed. |