Sdílet prostřednictvím


SharedWorkspaceMembers.Item Property

Returns a SharedWorkspaceMember object from the Members collection of the shared workspace.

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

Syntax

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

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

Parameters

  • Index
    Type: System.Int32

    Required Integer. Returns the SharedWorkspaceMember at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane.

Property Value

Type: Microsoft.Office.Core.SharedWorkspaceMember

See Also

Reference

SharedWorkspaceMembers Interface

SharedWorkspaceMembers Members

Microsoft.Office.Core Namespace