Queries and returns COM interfaces from the currently active Folder and the given ItemIdLists.
| C# | Visual Basic | Visual C++ |
public Object GetUIObject( Guid riid, ItemIdList[] pidls )
Public Function GetUIObject ( _ riid As Guid, _ pidls As ItemIdList() _ ) As Object
public: Object^ GetUIObject( Guid riid, array<ItemIdList^>^ pidls )
- riid (Guid)
- IID of the interface that should be returned
- pidls (array< ItemIdList >[]()[])
- An array of ItemIdLists relaive to the current folder
The requested COM object; null if the requested COM interface could not be retrieved.