Compartilhar via


ClientObjectCollection<T>.GetEnumerator método

Retorna um enumerador que pode percorrer os elementos da coleção ClientObjectCollection<T> .

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As ClientObjectCollection
Dim returnValue As IEnumerator(Of T)

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

Valor retornado

Tipo: System.Collections.Generic.IEnumerator<T>
Um enumerador que pode percorrer os elementos da coleção.

Ver também

Referência

ClientObjectCollection<T> classe

ClientObjectCollection<T> membros

Microsoft.SharePoint.Client namespace