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