共用方式為


ClientValueObjectCollection<T>.IEnumerable.GetEnumerator 方法

取得列舉值。

命名空間:  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 ClientValueObjectCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()

傳回值

類型:System.Collections.IEnumerator
可用於逐一查看集合物件。

實作

IEnumerable.GetEnumerator()

請參閱

參照

ClientValueObjectCollection<T> 類別

ClientValueObjectCollection<T> 成員

Microsoft.SharePoint.Client 命名空間