ClientScriptItemCollection.ClientScriptItemCollection Constructor

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
)
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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: