Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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