Click or drag to resize

ShellSystemListItem Constructor (ShellSystemList, ItemIdList, Int32)

Construct a new item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ShellSystemListItem(
	ShellSystemList p_ShellSystemList,
	ItemIdList p_ItemIdList,
	int p_Index
)

Parameters

p_ShellSystemList
Type: Jam.ShellShellSystemList
the ShellSystemList this item belongs to. Parameter may not be null
p_ItemIdList
Type: Jam.ShellItemIdList
The relative ItemIdList that specifies the item within FolderIdList of the parent ShellSystemList. Parameter may not be null
p_Index
Type: SystemInt32
The index within the list
Exceptions
ExceptionCondition
ArgumentNullExceptionIf one of the parameters that where passed is null
See Also