UpdateProgress.GetScriptDescriptors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.