Designs.Item Property
Returns a single Design object from the specified Designs collection.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As Design
Get
'Usage
Dim instance As Designs
Dim Index As Object
Dim value As Design
value = instance.Item(Index)
Design this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
The name or index number of the single Design object in the collection to be returned.
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Design