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