次の方法で共有


GaugePanelObjectCollectionBase<T>.GetEnumerator メソッド

この GaugePanelObjectCollectionBase<T> を反復処理する列挙子を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Function GetEnumerator As IEnumerator(Of T)
'使用
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>

戻り値

型: System.Collections.Generic.IEnumerator<T>
コレクションの反復処理に使用できる IEnumerator<T> オブジェクト。

実装

IEnumerable<T>.GetEnumerator()

関連項目

参照

GaugePanelObjectCollectionBase<T> クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間