共用方式為


SPRunningJobCollection.Item property

取得之元素的指定索引處。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
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
    Type: System.Int32

    若要從集合中擷取的項目以零為起始的索引。

Property value

Type: Microsoft.SharePoint.Administration.SPRunningJob
元素的以零為起始的索引。

請參閱

參照

SPRunningJobCollection class

SPRunningJobCollection members

Microsoft.SharePoint.Administration namespace

Count