SharedWorkspaceLinks.Item Property
Returns a SharedWorkspaceLink object from the Links collection of the shared workspace.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As SharedWorkspaceLink
Get
'Usage
Dim instance As SharedWorkspaceLinks
Dim Index As Integer
Dim value As SharedWorkspaceLink
value = instance(Index)
SharedWorkspaceLink this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Required Integer. Returns the SharedWorkspaceLink 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.SharedWorkspaceLink