JamItemIdListCollectionInsert Method |
Part of the
IListT interface. Inserts the passed item at the passed index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public void Insert(
int index,
IJamItemIdList item
)
Public Sub Insert (
index As Integer,
item As IJamItemIdList
)
public:
virtual void Insert(
int index,
IJamItemIdList^ item
) sealed
abstract Insert :
index : int *
item : IJamItemIdList -> unit
override Insert :
index : int *
item : IJamItemIdList -> unit
Parameters
- index
- Type: SystemInt32
The index to insert the item. - item
- Type: Jam.ShellIJamItemIdList
The item to insert.
Implements
IListTInsert(Int32, T)Exceptions See Also