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