バージョン

IndexOf メソッド (ShapefileConverter)

コレクション内の所定の ShapefileRecord のインデックスを返します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As ShapefileRecord _
) As Integer
public int IndexOf( 
   ShapefileRecord item
)

パラメータ

item
監視下の ShapefileRecord。

戻り値の型

コレクション内の所定の ShapefileRecord のインデックス。コレクションに所定の ShapefileRecord がない場合は -1。
参照