ClientObjectCollection.GetItemAtIndex Method

Gets the element at the specified index of the ClientObjectCollection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Protected Function GetItemAtIndex ( _
    i As Integer _
) As Object
'Usage
Dim i As Integer
Dim returnValue As Object

returnValue = Me.GetItemAtIndex(i)
protected Object GetItemAtIndex(
    int i
)

Parameters

Return Value

Type: System.Object
The element at the specified index of the ClientObjectCollection.

Remarks

This method is an O(1) operation.

See Also

Reference

ClientObjectCollection Class

ClientObjectCollection Members

Microsoft.SharePoint.Client Namespace