PowerTools SPREAD for Windows Forms 8.0J
GetEnumerator メソッド (PlotAreaCollection)


コレクションを列挙する列挙子を取得します。
構文
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of PlotArea)
'使用法
 
Dim instance As PlotAreaCollection
Dim value As IEnumerator(Of PlotArea)
 
value = instance.GetEnumerator()
public IEnumerator<PlotArea> GetEnumerator()

戻り値の型

コレクションの列挙に使用できる列挙子。
参照

PlotAreaCollection クラス
PlotAreaCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.