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

Property Value

Type: Microsoft.Office.Interop.PowerPoint.MediaBookmark

See Also

Reference

MediaBookmarks Interface

MediaBookmarks Members

Microsoft.Office.Interop.PowerPoint Namespace