Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
i
Type: System.Int32The zero-based index of the element.
Return Value
Type: System.Object
The element at the specified index of the ClientObjectCollection.
Remarks
This method is an O(1) operation.