UpdateProgress.GetScriptDescriptors Method

Definition

Returns a list of components, behaviors, and client controls that are required for the UpdateProgress control's client functionality.

protected:
 virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ GetScriptDescriptors();
protected virtual System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors ();
abstract member GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
override this.GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
Protected Overridable Function GetScriptDescriptors () As IEnumerable(Of ScriptDescriptor)
Protected Iterator Overridable Function GetScriptDescriptors () As IEnumerable(Of ScriptDescriptor)

Returns

An IEnumerable collection that contains ScriptDescriptor objects.

Remarks

The UpdateProgress control requires the Microsoft Ajax Library client library. This client class is registered in the GetScriptDescriptors method and the AssociatedUpdatePanelID, DisplayAfter, and DynamicLayout property values.

Applies to

See also