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

extender가 연결된 서버 컨트롤입니다.

반품

개체의 ScriptDescriptor 열거형입니다.

적용 대상