| ShellBrowserGetDataObject(ItemIdList) Method | 
            Returns the Windows Shell IDataObject interface for the passed relative 
ItemIdLists wrapped into an instance of type 
DataObject.
            
 ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic 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  ItemIdList
- An array of ItemIdLists relative to the active folder.
Return Value
DataObjectThe DataObject for the passed ItemIdLists.
 See Also
See Also