Get a ShellSystemListItem at the specified index.
The setter always throws an exception, since ShellSystemListViewItemCollection is readonly.
| C# | Visual Basic | Visual C++ |
public ShellSystemListItem Item[ int index ] { get; set; }
Public Property Item ( _ index As Integer _ ) As ShellSystemListItem
public: virtual property ShellSystemListItem^ Item[int index] { ShellSystemListItem^ get (int index) sealed; void set (int index, ShellSystemListItem^ value) sealed; }
- index (Int32)