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

C# | Visual Basic |
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors( Control targetControl )
Protected Overrides Function GetScriptDescriptors ( _ targetControl As Control _ ) As IEnumerable(Of ScriptDescriptor)

- targetControl (Control)
- The server control to which the extender is associated.

An enumeration of ScriptDescriptor objects.