The LinkCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this annotation for all items in the collection.
| |
| Add |
Add an existing link annotation to this collection.
| |
| AddRange |
Adds the elements of an array of links to the end of the collection.
| |
| Clear |
Clear this collection.
| |
| Contains |
Determine whether an Link is in the LinkCollection.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Returns the index of the specified link annotation in the collection.
| |
| Insert |
Insert an existing link annotation at the specified index.
| |
| Remove |
Remove a link annotation from this collection.
| |
| RemoveAt |
Remove a link annotation at the specified index.
|