PowerTools SPREAD for Windows Forms 10.0J
IndexOf メソッド (ListItemCollectionInfo)


インデックスを特定するSubItemInfoオブジェクト。
項目のインデックスを取得します。
構文
'Declaration
 
Public Function IndexOf( _
   ByVal item As ListItemInfo _
) As Integer
'使用法
 
Dim instance As ListItemCollectionInfo
Dim item As ListItemInfo
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   ListItemInfo item
)

パラメータ

item
インデックスを特定するSubItemInfoオブジェクト。

戻り値の型

コレクション内で項目が見つかった場合はそのインデックスを示すSystem.Int32値。見つからなかった場合は-1。
参照

ListItemCollectionInfo クラス
ListItemCollectionInfo メンバ

 

 


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