Click or drag to resize

PathCollectionObjects Method

Returns the object associated with a path.

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

Parameters

index
Type: SystemInt32
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