Click or drag to resize

JamItemIdListCollection Constructor (IDataObject)

Initializes a new instance of the JamItemIdListCollection class and adds the elements contained in the IDataObject.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public JamItemIdListCollection(
	IDataObject pDataObject
)

Parameters

pDataObject
Type: System.Runtime.InteropServices.ComTypesIDataObject
The data object. It must contain a "Shell IdList Array" section, else an empty list created.
See Also