共用方式為


SPRequestManagementRuleCollection<T>.GetEnumerator method

取得可用來逐一查看集合的列舉值。

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

Syntax

'宣告
Public Function GetEnumerator As IEnumerator(Of T)
'用途
Dim instance As SPRequestManagementRuleCollection
Dim returnValue As IEnumerator(Of T)

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

傳回值

Type: System.Collections.Generic.IEnumerator<T>
列舉值。

Implements

IEnumerable<T>.GetEnumerator()

請參閱

參照

SPRequestManagementRuleCollection<T> class

SPRequestManagementRuleCollection<T> members

Microsoft.SharePoint.Administration namespace