SharedWorkspaceFolders.Item Property
Gets a SharedWorkspaceFolder object from the Folders collection of the shared workspace. Read-only.
Syntax
expression.Item(Index)
expression Required. A variable that represents a SharedWorkspaceFolders object. The specified SharedWorkspaceFolders collection.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Long | Returns the SharedWorkspaceFolder at the position specified. The returned SharedWorkspaceFolder object does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display. |