AnnotationDataCollection Methods |
The AnnotationDataCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an AnnotationData object to the collection. |
![]() | AddRange | Adds an array of AnnotationData objects to the collection. |
![]() | Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) |
![]() | Clone | Create a copy of the AnnotationDataCollection. |
![]() | Contains | Determines whether the AnnotationDataCollection contains the specified element |
![]() | CopyTo | Copies items into the specified array. |
![]() | Equals | Compares one collection to another to see if they are equal. (Overrides Object.Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides Object.GetHashCode().) |
![]() | GetObjectData | Fills a SerializationInfo object with serialized data for this collection. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Returns the index of an item in the collection. |
![]() | Insert | Inserts an AnnotationData object into the collection at a specified index. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnClear | Called when the Clear method has been invoked. (Overrides CollectionBase.OnClear().) |
![]() | OnClearComplete | Called when the collection is cleared. (Overrides CollectionBase.OnClearComplete().) |
![]() | OnCollectionChanged | Called when there is a change in 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 add or insert has completed. (Overrides CollectionBase.OnInsertComplete(Int32, Object).) |
![]() | OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnRemoveComplete | Called when a remove has completed. (Overrides CollectionBase.OnRemoveComplete(Int32, Object).) |
![]() | OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnSetComplete | Called when a set has completed. (Overrides CollectionBase.OnSetComplete(Int32, Object, Object).) |
![]() | OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) |
![]() | Remove | Removes an AnnotationData object 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.) |