共用方式為


SPSystemPerformanceMonitorCollection.Item property

取得指定索引處的監視器。

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

Syntax

'宣告
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPSystemPerformanceMonitor
    Get
'用途
Dim instance As SPSystemPerformanceMonitorCollection
Dim iIndex As Integer
Dim value As SPSystemPerformanceMonitor

value = instance(iIndex)
public SPSystemPerformanceMonitor this[
    int iIndex
] { get; }

參數

Property value

Type: Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor
指定之以零起始的索引處監視器。

請參閱

參照

SPSystemPerformanceMonitorCollection class

SPSystemPerformanceMonitorCollection members

Microsoft.SharePoint.Utilities namespace