ShellSystemListItem Constructor (ItemIdList) |
Construct a new item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellSystemListItem(
ItemIdList p_ItemIdList
)
Public Sub New (
p_ItemIdList As ItemIdList
)
public:
ShellSystemListItem(
ItemIdList^ p_ItemIdList
)
new :
p_ItemIdList : ItemIdList -> ShellSystemListItem
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
The ItemIdList that specifies the item within the system. Parameter may not be null.
See Also