ExtenderControl.IExtenderControl.GetScriptDescriptors(Control) 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.
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
An object that implements the IEnumerable interface and that contains ScriptDescriptor objects.
Implements
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.