Get the selected item id list in the SystemShellView.
This property returns null, if nothing is selected.
The setter of this property is protected since the exact ItemIdList that
is stored in the explorer ole instance is needed to select the
item in the view. It is insufficient to construct a new one with
new ItemIdList("fullpath"); and pass that as a value. The instantiated
ole window will not select an item that way.
| C# | Visual Basic | Visual C++ |
public ItemIdList SelectedItemIdList { get; protected set; }
Public Property SelectedItemIdList As ItemIdList
public: property ItemIdList^ SelectedItemIdList { ItemIdList^ get (); void set (ItemIdList^ value); }