Compartilhar via


SPChangeTokenCollection.Item property (Int32)

Obtém o token de alteração no índice especificado na coleção de alterar objetos token.

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPChangeToken
    Get
'Uso
Dim instance As SPChangeTokenCollection
Dim iIndex As Integer
Dim value As SPChangeToken

value = instance(iIndex)
public SPChangeToken this[
    int iIndex
] { get; }

Parâmetros

  • iIndex
    Type: System.Int32

    Um inteiro de 32 bits que especifica o índice.

Property value

Type: Microsoft.SharePoint.SPChangeToken
Um objeto SPChangeToken que representa o token de alteração no índice especificado na coleção.

Comentários

O índice da coleção é baseada em zero. O número de índice do primeiro elemento for 0. O número de índice do último elemento é Count-1.

Ver também

Referência

SPChangeTokenCollection class

SPChangeTokenCollection members

Item overload

Microsoft.SharePoint namespace