Searches for the index of the item that has the given property descriptor.
'宣言
Public Overloads Overridable Function Find( _
ByVal As PropertyDescriptor, _
ByVal As System.Object _
) As System.Integer
public virtual System.int Find(
PropertyDescriptor ,
System.object
)
パラメータ
- 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.