Freigeben über


ChartObjectCollectionBase<T, U>.GetEnumerator-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets an enumerator that iterates through the collection.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As ChartObjectCollectionBase 
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T> 
override GetEnumerator : unit -> IEnumerator<'T> 
public final function GetEnumerator() : IEnumerator<T>

Rückgabewert

Typ: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object that can be used to enumerate through the collection.

Implementiert

IEnumerable<T>.GetEnumerator()

Siehe auch

Verweis

ChartObjectCollectionBase<T, U> Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace