PathCollectionObjects 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
)
Public Function Objects (
index As Integer
) As Object
public:
Object^ Objects(
int index
)
member Objects :
index : int -> Object
Parameters
- index
- Type: SystemInt32
The index of the path for that the associated object should be returned
Return Value
Type:
ObjectThe object associated with this path.
See Also