IExtenderControl.GetScriptDescriptors(Control) メソッド

定義

コントロールの ScriptDescriptor オブジェクトを登録し、コントロールの ScriptDescriptor オブジェクトを格納しているオブジェクトを返します。

public:
 System::Collections::Generic::IEnumerable<System::Web::UI::ScriptDescriptor ^> ^ GetScriptDescriptors(System::Web::UI::Control ^ targetControl);
public 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>
Public Function GetScriptDescriptors (targetControl As Control) As IEnumerable(Of ScriptDescriptor)

パラメーター

targetControl
Control

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

戻り値

IEnumerable オブジェクトを格納している ScriptDescriptor コレクション。

適用対象