Share via


SharedWorkspaceFolders.Item Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As SharedWorkspaceFolder
    Get
'Usage
Dim instance As SharedWorkspaceFolders
Dim Index As Integer
Dim value As SharedWorkspaceFolder

value = instance(Index)
SharedWorkspaceFolder this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.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

Type: Microsoft.Office.Core.SharedWorkspaceFolder

See Also

Reference

SharedWorkspaceFolders Interface

SharedWorkspaceFolders Members

Microsoft.Office.Core Namespace