MediaBookmarks Members
Include Protected Members
Include Inherited Members
Represents a collection of MediaBookmark objects.
The MediaBookmarks type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection. (Inherited from Collection.) | |
Count | Returns the number of bookmarks. Read-only. | |
Item | Returns the specified MediaBookmark. |
Top
Methods
Name | Description | |
---|---|---|
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) | |
_Index(Int32) | Reserved for internal use. | |
Add | Adds a new MediaBookmark at the specified time and using the specified name. | |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection of MediaBookmarks . |
Top