PublishObjects.Item Property

Returns a single PublishObject object from the specified PublishObjects 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 PublishObject
    Get
'Usage
Dim instance As PublishObjects
Dim Index As Integer
Dim value As PublishObject

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

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PublishObject

See Also

Reference

PublishObjects Interface

PublishObjects Members

Microsoft.Office.Interop.PowerPoint Namespace