次の方法で共有


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 名前空間