ClientObjectCollection.IEnumerable.GetEnumerator 方法
傳回逐一ClientObjectCollection列舉值。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中) Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)
語法
'宣告
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'用途
Dim instance As ClientObjectCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
傳回值
類型:System.Collections.IEnumerator
可以用於逐一ClientObjectCollection物件。
實作
備註
方法實作GetEnumerator方法IEnumerable介面。