ClientValueObjectCollection<T>.IEnumerable.GetEnumerator-Methode
Ruft Enumerator ab.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Rückgabewert
Typ: System.Collections.IEnumerator
Das Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.
Implementiert
Siehe auch
Referenz
ClientValueObjectCollection<T> Klasse