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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET