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
index
Type: System.Int32O índice do objeto de SPFieldIndex a SPFieldIndexCollection.
Property value
Type: Microsoft.SharePoint.SPFieldIndex
O objeto SPFieldIndex com o índice especificado na SPFieldIndexCollection.