MediaBookmarks.Item Property
Returns the specified MediaBookmark.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Integer _
) As MediaBookmark
Get
'Usage
Dim instance As MediaBookmarks
Dim Index As Integer
Dim value As MediaBookmark
value = instance.Item(Index)
MediaBookmark this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
The position of the MediaBookmark.
Property Value
Type: Microsoft.Office.Interop.PowerPoint.MediaBookmark