Метод ClientObjectCollection.GetItemAtIndex
Возвращает элемент по указанному индексу ClientObjectCollection.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight.Runtime (в Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (в Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (в Microsoft.SharePoint.Client.Phone.Runtime.dll)
Синтаксис
'Декларация
Protected Function GetItemAtIndex ( _
i As Integer _
) As Object
'Применение
Dim i As Integer
Dim returnValue As Object
returnValue = Me.GetItemAtIndex(i)
protected Object GetItemAtIndex(
int i
)
Параметры
i
Тип: System.Int32Индексация элемента.
Возвращаемое значение
Тип: System.Object
Элемент с указанным индексом ClientObjectCollection.
Замечания
Метод является o(1).