ExtenderControl.GetScriptDescriptors(Control) メソッド

定義

派生クラスでオーバーライドされると、コントロールの ScriptDescriptor オブジェクトを登録します。

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

パラメーター

targetControl
Control

エクステンダーが関連付けられたサーバー コントロール。

戻り値

ScriptDescriptor オブジェクトの列挙体。

適用対象