GalleryToolItemCollection Class Members
The following tables list the members exposed by GalleryToolItemCollection.
Public Constructors
Name | Description | |
---|---|---|
![]() | GalleryToolItemCollection Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Indexer to get or set items within this collection using array index syntax. |
Protected Properties
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds value. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Index of the given value. |
![]() | Insert | Inserts. |
![]() | Remove | Removes the given value. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |
See Also