ShellBrowser .Net Edition
GetDataObject Method (pidls)
NamespacesJam.ShellShellBrowserGetDataObject(array<ItemIdList>[]()[])
Returns the Windows Shell IDataObject interface for the passed relative ItemIdLists wrapped into an instance of type DataObject.
Declaration Syntax
C#Visual BasicVisual C++
public DataObject GetDataObject(
	ItemIdList[] pidls
)
Public Function GetDataObject ( _
	pidls As ItemIdList() _
) As DataObject
public:
DataObject^ GetDataObject(
	array<ItemIdList^>^ pidls
)
Parameters
pidls (array< ItemIdList >[]()[])
An array of ItemIdLists relative to the active folder.
Return Value
The DataObject for the passed ItemIdLists.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)