PowerTools PlusPak for Windows Forms 8.0J
IndexOf メソッド (KeySet)

オブジェクト内で検索する項目 (KeyItemオブジェクト)
指定した項目のKeySetオブジェクト内の位置(インデックス)を取得します。
構文
Public Function IndexOf( _
   ByVal keyItem As KeyItem _
) As Integer
public int IndexOf( 
   KeyItem keyItem
)

パラメータ

keyItem
オブジェクト内で検索する項目 (KeyItemオブジェクト)

戻り値の型

KeySet内での位置を示す 0 から始まる整数値
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

KeySet クラス
KeySet メンバ

Send Feedback