ScriptControl.IScriptControl.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.
When overridden in a derived class, registers the ScriptDescriptor objects for the control.
virtual System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ System.Web.UI.IScriptControl.GetScriptDescriptors() = System::Web::UI::IScriptControl::GetScriptDescriptors;
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> IScriptControl.GetScriptDescriptors ();
abstract member System.Web.UI.IScriptControl.GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
override this.System.Web.UI.IScriptControl.GetScriptDescriptors : unit -> seq<System.Web.UI.ScriptDescriptor>
Function GetScriptDescriptors () As IEnumerable(Of ScriptDescriptor) Implements IScriptControl.GetScriptDescriptors
Returns
An IEnumerable collection of ScriptDescriptor objects.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ScriptControl instance is cast to an IScriptControl interface.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.