SPChangeTokenCollection.Item property (Int32)
取得指定索引處的變更語彙基元集合中的變更語彙基元的物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPChangeToken
Get
'用途
Dim instance As SPChangeTokenCollection
Dim iIndex As Integer
Dim value As SPChangeToken
value = instance(iIndex)
public SPChangeToken this[
int iIndex
] { get; }
參數
iIndex
Type: System.Int32指定的索引為 32 位元整數。
Property value
Type: Microsoft.SharePoint.SPChangeToken
SPChangeToken 物件,表示集合中指定之索引處的變更語彙基元。
備註
集合的索引是以零起始的。第一個項目的索引編號為 0。最後一個元素的索引編號是Count-1。