Compartilhar via


Método GaugePanelObjectCollectionBase<T>.GetEnumerator

Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>.

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

Sintaxe

'Declaração
Public Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As GaugePanelObjectCollectionBase 
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>

Valor de retorno

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

Implementa

IEnumerable<T>.GetEnumerator()

Consulte também

Referência

GaugePanelObjectCollectionBase<T> Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering