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

BaseCollection内を検索するオブジェクト(Object 型)
指定したオブジェクトのBaseCollectionコレクション内のインデックスを返します。
構文
Public Overridable Function IndexOf( _
   ByVal value As Object _
) As Integer
public virtual int IndexOf( 
   object value
)

パラメータ

value
BaseCollection内を検索するオブジェクト(Object 型)

戻り値の型

見つかったBaseCollection内のオブジェクトのインデックス、見つからなかった場合は -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

参照

BaseCollection クラス
BaseCollection メンバ

Send Feedback