[Visual Basic] Overridable Public Function IndexedItem( _ ByVal collection As UIItemCollection _ ) As IUIItem [C#] public virtual IUIItem IndexedItem( UIItemCollection collection ); [C++] public: virtual IUIItem* IndexedItem( UIItemCollection* collection ); [JScript] public virtual function IndexedItem( UIItemCollection collection ): IUIItem;