Freigeben über


ClientObjectCollection.GetItemAtIndex-Methode

Ruft das Element der angegebenen Indexposition der ClientObjectCollectionan.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.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
)

Parameter

Rückgabewert

Typ: System.Object
Das Element der angegebenen Indexposition der ClientObjectCollection.

Hinweise

Die Methode ist eine o(1)-Operation.

Siehe auch

Referenz

ClientObjectCollection Klasse

ClientObjectCollection-Member

Microsoft.SharePoint.Client-Namespace