Edit

Share via


SharedWorkspaceFolders.Item[Int32] Property

Definition

Returns a SharedWorkspaceFolder object from the Folders collection of the shared workspace.

public:
 property Microsoft::Office::Core::SharedWorkspaceFolder ^ default[int] { Microsoft::Office::Core::SharedWorkspaceFolder ^ get(int Index); };
public Microsoft.Office.Core.SharedWorkspaceFolder this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.SharedWorkspaceFolder
Default Public ReadOnly Property Item(Index As Integer) As SharedWorkspaceFolder

Parameters

Index
Int32

Required Integer. Returns the SharedWorkspaceFolder at the position specified. Index 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.

Property Value

Applies to