JamBaseShellListViewGetSelectedItemIdLists Method |
Gets the items the command will be executed upon.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public JamItemIdListCollection GetSelectedItemIdLists()
Public Function GetSelectedItemIdLists As JamItemIdListCollection
public:
JamItemIdListCollection^ GetSelectedItemIdLists()
member GetSelectedItemIdLists : unit -> JamItemIdListCollection
Return Value
Type:
JamItemIdListCollection
Return a
JamItemIdListCollection
containing absolute
ItemIdList
s representing the items.
See Also