Returns the Windows Shell IDataObject interface for the passed relative ItemIdLists wrapped into an instance of type DataObject.
| C# | Visual Basic | Visual C++ |
public DataObject GetDataObject( ItemIdList[] pidls )
Public Function GetDataObject ( _ pidls As ItemIdList() _ ) As DataObject
public: DataObject^ GetDataObject( array<ItemIdList^>^ pidls )
- pidls (array< ItemIdList >[]()[])
- An array of ItemIdLists relative to the active folder.
The DataObject for the passed ItemIdLists.