共用方式為


ClientObjectCollection<T>.Item 屬性

指定索引的ClientObjectCollection<T>取得的項目。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)  Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As T
    Get
'用途
Dim instance As ClientObjectCollection
Dim index As Integer
Dim value As T

value = instance.Item(index)
public T this[
    int index
] { get; }

參數

屬性值

類型:T
指定的ClientObjectCollection<T>索引項目。

備註

這個方法是 o (1) 作業。

請參閱

參照

ClientObjectCollection<T> 類別

ClientObjectCollection<T> 成員

Microsoft.SharePoint.Client 命名空間