Version

InitializeCollectionReferences Method

Used by Control Developers only. Allows callers in external assemblies to initialize internal references for collections
Syntax
'Declaration
 
Public Sub InitializeCollectionReferences( _
   ByVal collection As ObjectCollection, _
   ByVal control As WebControl, _
   ByVal owner As Object _
) 
public void InitializeCollectionReferences( 
   ObjectCollection collection,
   WebControl control,
   object owner
)

Parameters

collection
The ObjectCollection to be initialized
control
The ControlMain object associated with the collection
owner
The owner object of the collection
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also