ComponentOne Studio for WinRT XAML
IndexOf メソッド (C1CollectionView)

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

パラメータ

item
検索する項目。

戻り値の型

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

C1CollectionView クラス
C1CollectionView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.