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