Scheduler for WinForms
Find(String,Object) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > C1BindingSource クラス > Find メソッド : Find(String,Object) メソッド
The property name to search on.
The value of the property parameter to search for.
Returns the index of the item in the list with the specified property name and value.
シンタックス
'宣言
 
Public Overloads Function Find( _
   ByVal propertyName As System.String, _
   ByVal key As System.Object _
) As System.Integer
public System.int Find( 
   System.string propertyName,
   System.object key
)

パラメータ

propertyName
The property name to search on.
key
The value of the property parameter to search for.

戻り値の型

The index of the item in the list with the specified property name and value.
参照

C1BindingSource クラス
C1BindingSource メンバ
オーバーロード一覧