The MarkupCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this annotation for all items in the collection.
| |
| Add |
Add an existing markup annotation to this collection.
| |
| AddRange |
Adds the elements of an array of markups to the end of the collection.
| |
| Clear |
Clear this collection.
| |
| Contains |
Determine whether an Markup is in the MarkupCollection.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Returns the index of the specified markup annotation in the collection.
| |
| Insert |
Insert an existing markup annotation at the specified index.
| |
| Remove |
Remove a markup annotation from this collection.
| |
| RemoveAt |
Remove a markup annotation at the specified index.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of sticky notes in this collection.
| |
| Item |
Retrieve a Sticky note by 0-based index.
|
Events
| Name | Description | |
|---|---|---|
| Changed |
Fired when this collection has changed.
|