CollectionView for WinForms
Find メソッド

C1.Win.CollectionView アセンブリ > C1.Win.CollectionView 名前空間 > C1CollectionViewBindingList クラス : Find メソッド
The System.ComponentModel.PropertyDescriptor to search on.
The value of the property parameter to search for.
Returns the index of the row that has the given System.ComponentModel.PropertyDescriptor.
シンタックス
'宣言
 
Public Function Find( _
   ByVal property As System.ComponentModel.PropertyDescriptor, _
   ByVal key As System.Object _
) As System.Integer
public System.int Find( 
   System.ComponentModel.PropertyDescriptor property,
   System.object key
)

パラメータ

property
The System.ComponentModel.PropertyDescriptor to search on.
key
The value of the property parameter to search for.

戻り値の型

The index of the row that has the given System.ComponentModel.PropertyDescriptor.
例外
例外解説
要求されたメソッドまたは操作が実装されない場合にスローされる例外。
参照

C1CollectionViewBindingList クラス
C1CollectionViewBindingList メンバ