ExtenderControl.GetScriptDescriptors(Control) Method

Definition

When overridden in a derived class, registers the ScriptDescriptor objects for the control.

protected:
 abstract System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ GetScriptDescriptors(System::Web::UI::Control ^ targetControl);
protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors (System.Web.UI.Control targetControl);
abstract member GetScriptDescriptors : System.Web.UI.Control -> seq<System.Web.UI.ScriptDescriptor>
Protected MustOverride Function GetScriptDescriptors (targetControl As Control) As IEnumerable(Of ScriptDescriptor)

Parameters

targetControl
Control

The server control to which the extender is associated.

Returns

An enumeration of ScriptDescriptor objects.

Applies to