Gets the
IShape specified by the shape name or null if the shape is not found.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As System.String _
) As IShape
'Usage
Dim instance As IGroupShapes
Dim index As System.String
Dim value As IShape
value = instance.Item(index)
IShape Item(
System.string
) {get;}
read-only property Item(
: System.String
): IShape;
function get Item(
: System.String
) : IShape
__property IShape* get_Item(
System.string*
);
property IShape^ Item {
IShape^ get(System.String^ );
}
Parameters
- index
- The name of the IShape to return.
Property Value
The specified
IShape or null if the shape is not found.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2