de la propiedad ClientValueObjectCollection<T>.Item
Obtiene el elemento en el índice especificado.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxis
'Declaración
Public ReadOnly Property Item ( _
index As Integer _
) As T
Get
'Uso
Dim instance As ClientValueObjectCollection
Dim index As Integer
Dim value As T
value = instance.Item(index)
public T this[
int index
] { get; }
Parámetros
index
Tipo: System.Int32El índice del elemento que se va a devolver.
Valor de propiedad
Tipo: T
El elemento en el índice especificado.
Vea también
Referencia
clase ClientValueObjectCollection<T>