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
- Index
Type: System.Int32
The index number of the single PublishObject object in the collection to be returned.
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PublishObject