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