ShellListViewAddShellItem(ItemIdList) Method |
Adds the currently active item of m_ShellBrowser to the list.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void AddShellItem(
ItemIdList pItemIdList
)
Protected Sub AddShellItem (
pItemIdList As ItemIdList
)
protected:
void AddShellItem(
ItemIdList^ pItemIdList
)
member AddShellItem :
pItemIdList : ItemIdList -> unit
Parameters
- pItemIdList ItemIdList
- The ItemIdList of the item to add.
See Also