Click or drag to resize

BookmarkCollection Methods

The BookmarkCollection type exposes the following members.

Methods
 NameDescription
Public methodClear Removes all items from the ICollectionT.
Public methodContains Determines whether the ICollectionT contains a specific value.
Public methodCopyTo Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodGetEnumerator Gets an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific item in the IListT.
Public methodRemove Removes the first occurrence of a specific object from the ICollectionT.
Public methodRemoveAt Removes the IListT item at the specified index.
Top
See Also