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) 操作です。