ExtenderControl.GetScriptDescriptors(Control) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, denetim için nesneleri kaydeder 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)

Parametreler

targetControl
Control

Genişleticinin ilişkilendirildiği sunucu denetimi.

Döndürülenler

Nesnelerin sabit listesi ScriptDescriptor .

Şunlara uygulanır