Compartilhar via


SPLinkCollection.Item property

Obtém o objeto link no índice especificado na coleção.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPLink
    Get
'Uso
Dim instance As SPLinkCollection
Dim index As Integer
Dim value As SPLink

value = instance(index)
public SPLink this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    O índice baseado em zero do link para obter.

Property value

Type: Microsoft.SharePoint.SPLink
O objeto de link no índice especificado na coleção.

Ver também

Referência

SPLinkCollection class

SPLinkCollection members

Microsoft.SharePoint namespace