Compartilhar via


SPFieldIndexCollection.Item property (Int32)

Obtém o objeto SPFieldIndex com o índice especificado na SPFieldIndexCollection.

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

Syntax

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

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

Parâmetros

Property value

Type: Microsoft.SharePoint.SPFieldIndex
O objeto SPFieldIndex com o índice especificado na SPFieldIndexCollection.

Ver também

Referência

SPFieldIndexCollection class

SPFieldIndexCollection members

Item overload

Microsoft.SharePoint namespace