バージョン

GetEnumerator メソッド (TabStopCollection)

コレクションのすべてのタブ位置を列挙できるオブジェクトを返します。
シンタックス
'宣言
 
Public Function GetEnumerator() As IEnumerator(Of TabStop)
public IEnumerator<TabStop> GetEnumerator()

戻り値の型

タブ位置の列挙子
参照