The AnnotationCollection type exposes the following members.

Methods

  NameDescription
Public methodAccept
Accept this annotation for all items in the collection.
Public methodAdd
Adds an Annotation to the end of the AnnotationCollection.
Public methodAddRange
Adds the elements of an array of annotations to the end of the collection.
Public methodClear
Removes all annotations from the AnnotationCollection.
Public methodContains
Determine whether an Annotation is in the AnnotationCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Searches for the specified Annotation in the AnnotationCollection.
Public methodInsert
Insert an Annotation on a specific place in this AnnotationCollection.
Public methodRemove
Removes an Annotation from this AnnotationCollection.
Public methodRemoveAt
Removes an Annotation from the AnnotationCollection at the specified index.

See Also