Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClientScriptItemCollection Constructor (array<ClientScriptItem^>^)

 

Initializes a new instance of the ClientScriptItemCollection class.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
ClientScriptItemCollection(
	array<ClientScriptItem^>^ clientScriptItems
)

Parameters

clientScriptItems
Type: array<System.Web.UI.Design::ClientScriptItem^>^

An array of ClientScriptItem elements used to initialize the collection.

If clientScriptItems is null (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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft