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