ShellSystemListGetItem Method |
Get the ItemIdList at the index specified.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ItemIdList GetItem(
int index
)
Public Function GetItem (
index As Integer
) As ItemIdList
public:
ItemIdList^ GetItem(
int index
)
member GetItem :
index : int -> ItemIdList
Parameters
- index
- Type: SystemInt32
The index of the item which ItemIdList should be retrieved.
Return Value
Type:
ItemIdListAbsolute ItemIdList to the item at the index, null if no item was found at the index.
See Also