次の方法で共有


IList.IndexOf メソッド

クラスによって実装された場合は、 IList 内の特定の項目のインデックスを判断します。

Function IndexOf( _
   ByVal value As Object _) As Integer
[C#]
int IndexOf(
   objectvalue);
[C++]
int IndexOf(
   Object* value);
[JScript]
function IndexOf(
   value : Object) : int;

パラメータ

戻り値

リストに存在する場合は value のインデックス。それ以外の場合は -1。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

IList インターフェイス | IList メンバ | System.Collections 名前空間