共用方式為


ClientValueObjectCollection<T>.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 中)

語法

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

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

傳回值

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

請參閱

參照

ClientValueObjectCollection<T> 類別

ClientValueObjectCollection<T> 成員

Microsoft.SharePoint.Client 命名空間