Get the item id lists selected in the SystemShellView,
this list contains all selected items including special objects
| C# | Visual Basic | Visual C++ |
protected ItemIdList[] SelectedItemIdLists { get; }
Protected ReadOnly Property SelectedItemIdLists As ItemIdList()
protected: property array<ItemIdList^>^ SelectedItemIdLists { array<ItemIdList^>^ get (); }