Win32ShellContextMenuProvider Constructor (JamItemIdListCollection) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected Win32ShellContextMenuProvider(
JamItemIdListCollection pSourceItems
)
Protected Sub New (
pSourceItems As JamItemIdListCollection
)
protected:
Win32ShellContextMenuProvider(
JamItemIdListCollection^ pSourceItems
)
new :
pSourceItems : JamItemIdListCollection -> Win32ShellContextMenuProvider
Parameters
- pSourceItems
- Type: Jam.ShellJamItemIdListCollection
A collection of ItemIdLists the context menu is applied upon.
See Also