SPExportObjectCollection.Item 属性
在指定索引处的集合中获取一个导出的对象。
命名空间: Microsoft.SharePoint.Deployment
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPExportObject
Get
用法
Dim instance As SPExportObjectCollection
Dim index As Integer
Dim value As SPExportObject
value = instance(index)
public SPExportObject this[
int index
] { get; }
参数
index
类型:System.Int32表示在给定的导出对象驻留在集合中的索引的整数。
属性值
类型:Microsoft.SharePoint.Deployment.SPExportObject
返回一个整数,指定的导出对象存储在集合中的索引。