Partager via


ClientValueObjectCollection<T>.GetEnumerator - Méthode

Gets enumerator.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)

Syntaxe

'Déclaration
Public Function GetEnumerator As IEnumerator(Of T)
'Utilisation
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator(Of T)

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

Valeur renvoyée

Type : System.Collections.Generic.IEnumerator<T>
The object that can be used to iterate through the collection.

Voir aussi

Référence

ClientValueObjectCollection<T> classe

ClientValueObjectCollection<T> - Membres

Microsoft.SharePoint.Client - Espace de noms