Compartilhar via


SPSystemPerformanceMonitorCollection.GetEnumerator Method

Gets an enumerator that can be used to iterate through the collection.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of SPSystemPerformanceMonitor)
'Usage
Dim instance As SPSystemPerformanceMonitorCollection
Dim returnValue As IEnumerator(Of SPSystemPerformanceMonitor)

returnValue = instance.GetEnumerator()
public IEnumerator<SPSystemPerformanceMonitor> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<SPSystemPerformanceMonitor>
An object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

SPSystemPerformanceMonitorCollection Class

SPSystemPerformanceMonitorCollection Members

Microsoft.SharePoint.Utilities Namespace