ClientObjectCollection<T>.GetEnumerator 方法
傳回列舉可以逐一ClientObjectCollection<T>集合中的項目。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Function GetEnumerator As IEnumerator(Of T)
'用途
Dim instance As ClientObjectCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
傳回值
類型:System.Collections.Generic.IEnumerator<T>
列舉可以逐一集合中的項目。