名前 | 解説 | |
---|---|---|
ImageCollection コンストラクタ | Initializes a new instance of a ImageCollection. |
ImageCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ImageCollection コンストラクタ | Initializes a new instance of a ImageCollection. |
名前 | 解説 | |
---|---|---|
Capacity | System.Collections.CollectionBaseから継承されます。 | |
Count | System.Collections.CollectionBaseから継承されます。 | |
Item | オーバーロードされます。 Gets or sets the ImageEntry at the specified index in the ImageCollection. |
名前 | 解説 | |
---|---|---|
InnerList | System.Collections.CollectionBaseから継承されます。 | |
List | System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 Adds an ImageEntry to the collection. | |
Clear | System.Collections.CollectionBaseから継承されます。 | |
Contains | オーバーロードされます。 Determines whether the ImageCollection contains a given key. | |
IndexOf | オーバーロードされます。 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 | System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
OnClear | System.Collections.CollectionBaseから継承されます。 | |
OnClearComplete | オーバーライドされます。 Performs additional custom processes after clearing the contents of the ImageCollection instance. | |
OnInsert | System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | オーバーライドされます。 Performs additional custom processes after inserting a new element into the ImageCollection instance. | |
OnListChanged | Raises the ListChanged event. | |
OnRemove | System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | オーバーライドされます。 Performs additional custom processes after removing an element from the ImageCollection instance. | |
OnSet | System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | オーバーライドされます。 Performs additional custom processes after setting a value in the ImageCollection instance. | |
OnValidate | System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
ListChanged | Occurs when list items are added, removed, or changed. |