Aracılığıyla paylaş


ExtenderControl.GetScriptDescriptors(Control) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılınırsa, ScriptDescriptor Denetim için nesneleri kaydeder.

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)

Parametreler

targetControl
Control

Extender 'ın ilişkilendirildiği sunucu denetimi.

Döndürülenler

IEnumerable<ScriptDescriptor>

ScriptDescriptorNesnelerin numaralandırılması.

Şunlara uygulanır