ClientScriptItemCollection Constructor
Assembly: System.Design (in system.design.dll)
public ClientScriptItemCollection ( ClientScriptItem[] clientScriptItems )
public function ClientScriptItemCollection ( clientScriptItems : ClientScriptItem[] )
Parameters
- clientScriptItems
An array of ClientScriptItem elements used to initialize the collection.
If clientScriptItems is a null reference (Nothing in Visual Basic) (Nothing in Visual Basic) or does not contain any elements, the constructor initializes an empty ClientScriptItemCollection object. Otherwise, the items in the clientScriptItems array are used to set the items for the ClientScriptItemCollection.
The ClientScriptItemCollection constructor is typically used in classes that are derived from the WebFormsRootDesigner class. Visual designers implement the GetClientScriptsInDocument method to return a ClientScriptItemCollection object for the client script elements in a Web document at design time.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.