SPRunningJobCollection.Item 属性

获取指定索引处的元素。

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

语法

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

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

参数

  • index
    类型:System.Int32

    要从集合中检索的元素的从零开始的索引。

属性值

类型:Microsoft.SharePoint.Administration.SPRunningJob
该元素的从零开始的索引。

另请参阅

引用

SPRunningJobCollection 类

SPRunningJobCollection 成员

Microsoft.SharePoint.Administration 命名空间

Count