Basic Library for UWP/WinRT XAML
IndexOf メソッド (C1CollectionView)

検索する項目。
ビュー内の指定された項目があるインデックスを返します。
構文
'宣言
 
Public Function IndexOf( _
   ByVal item As System.Object _
) As System.Integer
public System.int IndexOf( 
   System.object item
)

パラメータ

item
検索する項目。

戻り値の型

指定された項目があるインデックス。項目が不明な場合は –1。
Requirements

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

参照

関連項目

C1CollectionView クラス
C1CollectionView メンバ

Send Feedback