ScriptControl.GetScriptDescriptors Method

Definition

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

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

Returns

An IEnumerable collection of ScriptDescriptor objects.

Applies to