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.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Searches for the specified Annotation in the AnnotationCollection.
| |
| Insert |
Insert an Annotation on a specific place in this AnnotationCollection.
| |
| Remove |
Removes an Annotation from this AnnotationCollection.
| |
| RemoveAt |
Removes an Annotation from the AnnotationCollection at the specified index.
|
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.
|
Events
| Name | Description | |
|---|---|---|
| Changed |
Fires when items have been added or removed.
|