获取指定索引处的显示器。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
参数
- iIndex
类型:System.Int32
属性值
类型:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor
从零开始的指定索引处的监视器。
另请参阅
引用
SPSystemPerformanceMonitorCollection 类