ClientScriptItemCollection.ClientScriptItemCollection Constructor
.NET Framework 3.0
Initializes a new instance of the ClientScriptItemCollection class.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public ClientScriptItemCollection ( ClientScriptItem[] clientScriptItems )
public function ClientScriptItemCollection ( clientScriptItems : ClientScriptItem[] )
Not applicable.
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.
Community Additions
ADD
Show: