ShellSystemListGetShellItem Method |
Get the item at the specified index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellSystemListItem GetShellItem(
int index
)
Public Function GetShellItem (
index As Integer
) As ShellSystemListItem
public:
ShellSystemListItem^ GetShellItem(
int index
)
member GetShellItem :
index : int -> ShellSystemListItem
Parameters
- index
- Type: SystemInt32
The index of the item that should be retrieved
Return Value
Type:
ShellSystemListItemThe item at the specified index. Null if the FolderView is not available or the index is invalid.
See Also