ClientValueObjectCollection<T>.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
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Rückgabewert
Typ: System.Collections.Generic.IEnumerator<T>
Das Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.
Siehe auch
Referenz
ClientValueObjectCollection<T> Klasse