バージョン

ViewableRecordCollectionAutomationPeer コンストラクタ

ViewableRecordCollectionAutomationPeer クラスのインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal recordListControl As RecordListControl, _
   ByVal viewableRecordCollection As ViewableRecordCollection, _
   ByVal isRootLevel As Boolean _
)
public ViewableRecordCollectionAutomationPeer( 
   RecordListControl recordListControl,
   ViewableRecordCollection viewableRecordCollection,
   bool isRootLevel
)

パラメータ

recordListControl
ピアがルート ViewableRecordCollection を表す場合は、root RecordListControl。そうでない場合は null。
viewableRecordCollection
このピアが表す ViewableRecordCollection。
isRootLevel
このピアが表す ViewableRecordCollection は、ルート レベルにあります。
参照