バージョン

ItemIDPair コンストラクタ(IDPair,IDPair)

パブリック コンストラクター。キーおよびインデックスからの ID ペアを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal recordIDPair As IDPair, _
   ByVal fieldIDPair As IDPair _
)
public ItemIDPair( 
   IDPair recordIDPair,
   IDPair fieldIDPair
)

パラメータ

recordIDPair
項目のレコードの ID ペア。
fieldIDPair
項目のフィールドの ID ペア。
参照