ScriptManager::GetRegisteredArrayDeclarations Method ()

 

Retrieves a read-only collection of ECMAScript (JavaScript) array declarations that were previously registered with the Page object.

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

public:
ReadOnlyCollection<RegisteredArrayDeclaration^>^ GetRegisteredArrayDeclarations()

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<RegisteredArrayDeclaration^>^

A generic collection that contains the array declarations.

.NET Framework
Available since 3.5
Return to top
Show: