ClientValueObjectCollection<T>.GetEnumerator método
Obtém enumerador.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Valor retornado
Tipo: System.Collections.Generic.IEnumerator<T>
O objeto que pode ser usado para percorrer o conjunto.
Ver também
Referência
ClientValueObjectCollection<T> classe