The MarkupCollection type exposes the following members.

Methods

  NameDescription
Public methodAccept
Accept this annotation for all items in the collection.
Public methodAdd
Add an existing markup annotation to this collection.
Public methodAddRange
Adds the elements of an array of markups to the end of the collection.
Public methodClear
Clear this collection.
Public methodContains
Determine whether an Markup is in the MarkupCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Returns the index of the specified markup annotation in the collection.
Public methodInsert
Insert an existing markup annotation at the specified index.
Public methodRemove
Remove a markup annotation from this collection.
Public methodRemoveAt
Remove a markup annotation at the specified index.

Properties

  NameDescription
Public propertyCount
Number of sticky notes in this collection.
Public propertyItem
Retrieve a Sticky note by 0-based index.

Events

  NameDescription
Public eventChanged
Fired when this collection has changed.

See Also