共用方式為


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物件。

實作

IEnumerable.GetEnumerator()

備註

方法實作GetEnumerator方法IEnumerable介面。

請參閱

參照

ClientObjectCollection 類別

ClientObjectCollection 成員

Microsoft.SharePoint.Client 命名空間