ShellBrowser .Net Edition
Item Property (index)
NamespacesJam.ShellShellSystemListItemCollectionItem[([(Int32])])
Get a ShellSystemListItem at the specified index. The setter always throws an exception, since ShellSystemListViewItemCollection is readonly.
Declaration Syntax
C#Visual BasicVisual 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;
}
Parameters
index (Int32)
Return Value

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)