ShellBrowser .Net Edition
Item Property (index)
NamespacesJam.ShellPathCollectionItem[([(Int32])])
Returns a path with a certain index.
Declaration Syntax
C#Visual BasicVisual C++
public string Item[
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As String
public:
property String^ Item[int index] {
	String^ get (int index);
}
Parameters
index (Int32)
The index of the path that should be returned.
Return Value
The path with the given index.

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