ShellSystemListItem Constructor (ShellSystemList, ItemIdList, Int32) |
Construct a new item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 6.4
Syntaxpublic ShellSystemListItem(
ShellSystemList p_ShellSystemList,
ItemIdList p_ItemIdList,
int p_Index
)
Public Sub New (
p_ShellSystemList As ShellSystemList,
p_ItemIdList As ItemIdList,
p_Index As Integer
)
public:
ShellSystemListItem(
ShellSystemList^ p_ShellSystemList,
ItemIdList^ p_ItemIdList,
int p_Index
)
new :
p_ShellSystemList : ShellSystemList *
p_ItemIdList : ItemIdList *
p_Index : int -> ShellSystemListItem
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
See Also