ExtenderControl.IExtenderControl.GetScriptDescriptors(Control) Method

Definition

Registers the ScriptDescriptor objects for the control. This method is a private member and cannot be inherited.

 virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ System.Web.UI.IExtenderControl.GetScriptDescriptors(System::Web::UI::Control ^ targetControl) = System::Web::UI::IExtenderControl::GetScriptDescriptors;
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> IExtenderControl.GetScriptDescriptors (System.Web.UI.Control targetControl);
abstract member System.Web.UI.IExtenderControl.GetScriptDescriptors : System.Web.UI.Control -> seq<System.Web.UI.ScriptDescriptor>
override this.System.Web.UI.IExtenderControl.GetScriptDescriptors : System.Web.UI.Control -> seq<System.Web.UI.ScriptDescriptor>
Function GetScriptDescriptors (targetControl As Control) As IEnumerable(Of ScriptDescriptor) Implements IExtenderControl.GetScriptDescriptors

Parameters

targetControl
Control

The server control that the extender is associated with.

Returns

IEnumerable<ScriptDescriptor>

An object that implements the IEnumerable interface and that contains ScriptDescriptor objects.

Implements

Applies to