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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > C1BindingSource クラス > Find メソッド : Find(PropertyDescriptor,Object) メソッド
The System.ComponentModel.PropertyDescriptor to search on.
The value of the property parameter to search for.
Searches for the index of the item that has the given property descriptor.
シンタックス
'宣言
 
Public Overloads Overridable Function Find( _
   ByVal prop As System.ComponentModel.PropertyDescriptor, _
   ByVal key As System.Object _
) As System.Integer
public virtual System.int Find( 
   System.ComponentModel.PropertyDescriptor prop,
   System.object key
)

パラメータ

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

戻り値の型

The index of the item that has the given System.ComponentModel.PropertyDescriptor.
参照

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