The AnnotationCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this annotation for all items in the collection.
| |
| Add |
Adds an Annotation to the end of the AnnotationCollection.
| |
| AddRange |
Adds the elements of an array of annotations to the end of the collection.
| |
| Clear |
Removes all annotations from the AnnotationCollection.
| |
| Contains |
Determine whether an Annotation is in the AnnotationCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified Annotation in the AnnotationCollection.
| |
| Insert |
Insert an Annotation on a specific place in this AnnotationCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes an Annotation from this AnnotationCollection.
| |
| RemoveAt |
Removes an Annotation from the AnnotationCollection at the specified index.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Get the number of Annotations actually contained in the AnnotationCollection | |
| Item |
Retrieve an Annotation by zero-based index from the AnnotationCollection.
|