SPSimpleItem.Item property (Int32)
Obtém ou define o valor do campo de item de lista com base no valor de índice especificado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides Default Property Item ( _
index As Integer _
) As Object
Get
Set
'Uso
Dim instance As SPSimpleItem
Dim index As Integer
Dim value As Object
value = instance(index)
instance(index) = value
public override Object this[
int index
] { get; set; }
Parâmetros
index
Type: System.Int32O índice baseado em zero do campo.
Property value
Type: System.Object
O valor do campo correspondente ao índice fornecido.