ClientValueObjectCollection<T>.Item 屬性
取得指定索引項目。
命名空間: 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 中)
語法
'宣告
Public ReadOnly Property Item ( _
index As Integer _
) As T
Get
'用途
Dim instance As ClientValueObjectCollection
Dim index As Integer
Dim value As T
value = instance.Item(index)
public T this[
int index
] { get; }
參數
index
類型:System.Int32要傳回的項目索引。
屬性值
類型:T
指定索引項目。
請參閱
參照
ClientValueObjectCollection<T> 類別