次の方法で共有


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
)

パラメーター

戻り値

型: System.Object
ClientObjectCollectionの指定されたインデックスにある要素。

注釈

方法は、o (1) 操作です。

関連項目

参照先

ClientObjectCollection クラス

ClientObjectCollection メンバー

Microsoft.SharePoint.Client 名前空間