Deletes an Item from the Items Collection.
[Visual Basic 6.0] Sub DeleteItem(
ByVal Item As IArcInfoItem _
)
[Visual Basic .NET] Public Sub DeleteItem ( _ ByVal Item As IArcInfoItem _ )
[C#] public void DeleteItem ( IArcInfoItem Item );
[Java] public void deleteItem ( IArcInfoItem Item ) throws IOException, AutomationException
[C++] HRESULT DeleteItem( IArcInfoItem* Item );