ShellBrowserGetDataObject Method (ItemIdList) |
Returns the Windows Shell IDataObject interface for the passed relative
ItemIdLists wrapped into an instance of type
DataObject.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public DataObject GetDataObject(
ItemIdList[] pidls
)
Public Function GetDataObject (
pidls As ItemIdList()
) As DataObject
public:
DataObject^ GetDataObject(
array<ItemIdList^>^ pidls
)
member GetDataObject :
pidls : ItemIdList[] -> DataObject
Parameters
- pidls
- Type: Jam.ShellItemIdList
An array of ItemIdLists relative to the active folder.
Return Value
Type:
DataObjectThe DataObject for the passed ItemIdLists.
See Also