令牌对象更改的集合中获取位于指定索引位置的更改标记。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.Int32一个 32 整数,它指定的索引。
属性值
类型:Microsoft.SharePoint.SPChangeToken
SPChangeToken 对象,该对象代表集合中的指定索引处的更改标记。
备注
集合的索引是从零开始。第一个元素的索引号为 0。最后一个元素的索引号是Count-1。