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