Aracılığıyla paylaş


IExtenderControl.GetScriptDescriptors(Control) Yöntem

Tanım

ScriptDescriptorDenetim için nesneleri kaydeder ve denetimin nesnelerini içeren bir nesne döndürür 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)

Parametreler

targetControl
Control

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

Döndürülenler

IEnumerable<ScriptDescriptor>

IEnumerableNesneleri içeren bir koleksiyon ScriptDescriptor .

Şunlara uygulanır