Click or drag to resize

PathCollection.Objects Method

Returns the object associated with a path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public Object Objects(
	int index
)

Parameters

index
Type: System.Int32
The index of the path for that the associated object should be returned

Return Value

Type: Object
The object associated with this path.
See Also