バージョン

ResolveItemFromIDPair メソッド (SelectedRowCollection)

IDPair に基づいてグリッドの行を検索します。
シンタックス
'宣言
 
Protected Overrides Function ResolveItemFromIDPair( _
   ByVal idPair As Dictionary(Of String,Object) _
) As GridRecord
protected override GridRecord ResolveItemFromIDPair( 
   Dictionary<string,object> idPair
)

パラメータ

idPair
行の IDPair。

戻り値の型

行を返します。
参照