'宣言 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
- 検索するプロパティ名。
- key
- 検索するプロパティパラメータの値。
戻り値の型
指定したプロパティ名と値を持つリスト内の項目のインデックス。