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) 作業。