ShellBrowser .Net Edition
GetItem Method (index)
NamespacesJam.ShellShellSystemListGetItem(Int32)
Get the item at the index specified.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList GetItem(
	int index
)
Public Function GetItem ( _
	index As Integer _
) As ItemIdList
public:
ItemIdList^ GetItem(
	int index
)
Parameters
index (Int32)
The index of the item to retrieve.
Return Value
Absolute ItemIdList to item at index, null if no item was found at the index specified
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is lesser than 0

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)