'Declaration ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IShape
'Declaration
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IShape
'Usage Dim instance As IGroupShapes Dim index As Integer Dim value As IShape value = instance.Item(index)
'Usage
Dim instance As IGroupShapes Dim index As Integer Dim value As IShape value = instance.Item(index)
IShape this[ int index ]; {get;}
IGroupShapes Interface IGroupShapes Members