'宣言 Public Function IndexOf( _ ByVal tabPosition As TabPosition _ ) As System.Integer
'使用法 Dim instance As TabPositionCollection Dim tabPosition As TabPosition Dim value As System.Integer value = instance.IndexOf(tabPosition)
public System.int IndexOf( TabPosition tabPosition )
パラメータ
- tabPosition
- The object to get the index of.
戻り値の型
The index of tabPosition in the current collection.