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: 7.2
Syntax
public Object Objects(
	int index
)

Parameters

index  Int32
The index of the path for that the associated object should be returned

Return Value

Object
The object associated with this path.
See Also