共用方式為


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; }

參數

屬性值

類型:T
指定索引項目。

請參閱

參照

ClientValueObjectCollection<T> 類別

ClientValueObjectCollection<T> 成員

Microsoft.SharePoint.Client 命名空間