SPRecycleBinItemCollection.Item 属性

获取集合中指定索引处的回收站项目。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPRecycleBinItem
    Get
用法
Dim instance As SPRecycleBinItemCollection
Dim index As Integer
Dim value As SPRecycleBinItem

value = instance(index)
public SPRecycleBinItem this[
    int index
] { get; }

参数

  • index
    类型:System.Int32

    32 位整数,指定的索引。

属性值

类型:Microsoft.SharePoint.SPRecycleBinItem
一个代表回收站项目的SPRecycleBinItem对象。

另请参阅

引用

SPRecycleBinItemCollection 类

SPRecycleBinItemCollection 成员

Microsoft.SharePoint 命名空间