Share via


ResampleMediaTasks.Item Property

Returns a single ResampleMediaTask object from the specified ResampleMediaTasks collection.

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 ResampleMediaTask
    Get
'Usage
Dim instance As ResampleMediaTasks
Dim Index As Integer
Dim value As ResampleMediaTask

value = instance.Item(Index)
ResampleMediaTask this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ResampleMediaTask

See Also

Reference

ResampleMediaTasks Interface

ResampleMediaTasks Members

Microsoft.Office.Interop.PowerPoint Namespace