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; }
參數
index
類型:System.Int32起始的索引項目。
屬性值
類型:T
指定的ClientObjectCollection<T>索引項目。
備註
這個方法是 o (1) 作業。