ObjectVerbs.Item Property
Returns a single object from the specified ObjectVerbs 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 String
Get
'Usage
Dim instance As ObjectVerbs
Dim Index As Integer
Dim value As String
value = instance.Item(Index)
string this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
The index number of the single object in the collection to be returned.
Property Value
Type: System.String