バージョン

InitializeCollectionReferences メソッド

Control Developers のみによって使用されます。外部アセンブリの呼び出し側がコレクションの内部参照を初期化することを可能にします。
シンタックス
'宣言
 
Public Sub InitializeCollectionReferences( _
   ByVal collection As ObjectCollection, _
   ByVal control As WebControl, _
   ByVal owner As Object _
) 
public void InitializeCollectionReferences( 
   ObjectCollection collection,
   WebControl control,
   object owner
)

パラメータ

collection
初期化される ObjectCollection。
control
コレクションと関連されるControlMainオブジェクト。
owner
コレクションのオーナー オブジェクト
参照