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

検索の対象となる値
指定した値のBaseCollection内の位置を取得します。
構文
Public Overrides Function IndexOf( _
   ByVal value As Object _
) As Integer
public override int IndexOf( 
   object value
)

パラメータ

value
検索の対象となる値

戻り値の型

見つかった場合はその位置を示すインデックス、見つからなかった場合は -1
プラットフォーム

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

参照

SelectionCollection クラス
SelectionCollection メンバ

Send Feedback