AnnotationUICollection Methods |
The AnnotationUICollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds a single annotation to the collection. | |
| AddRange(AnnotationUI) | Adds an array of annotations to the collection. | |
| AddRange(AnnotationUICollection) | Adds annotations from another AnnotationUICollection to this collection. | |
| Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
| Clone | Creates a copy of this collection and all items it contains. | |
| Contains | Determines if an annotation is contained within the collection. | |
| CopyTo(AnnotationUI) | Copies all of the items from this collection into an array. | |
| CopyTo(AnnotationUI, Int32) | Copies items into the specifed array. | |
| CopyTo(Int32, AnnotationUI, Int32, Int32) | Copies annotations from this collection into an array. | |
| Dispose | Disposes this collection and all items it contains. | |
| Dispose(Boolean) | Releases resources used by this object. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the AnnotationUICollection class.
(Overrides ObjectFinalize.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData | Fills a SerializationInfo object with information about this collection. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Returns the index of a specified annotation. | |
| Insert |
Inserts an annotation into the collection at the specified position.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnClear | Called when the Clear method is used. (Overrides CollectionBaseOnClear.) | |
| OnClearComplete | Called when the clear operation has finished. (Overrides CollectionBaseOnClearComplete.) | |
| OnCollectionChanged | Called when there is a change to the collection. | |
| OnDeserialization | Called after an object has been fully deserialized by a serialization formatter. | |
| OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnInsertComplete | Called when an insert operation has finished. (Overrides CollectionBaseOnInsertComplete(Int32, Object).) | |
| OnRemove | Called when an annotation is removed from the collection. (Overrides CollectionBaseOnRemove(Int32, Object).) | |
| OnRemoveComplete | Called when a remove operation has finished. (Overrides CollectionBaseOnRemoveComplete(Int32, Object).) | |
| OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnSetComplete | Called when an item has been swapped with another. (Overrides CollectionBaseOnSetComplete(Int32, Object, Object).) | |
| OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
| Remove(AnnotationUI) | Removes an annotation from the collection. | |
| Remove(AnnotationUI) | Removes multiple annotations from the collection. | |
| RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |