Aracılığıyla paylaş


ScriptControlDescriptor(String, String) Oluşturucu

Tanım

ScriptControlDescriptor sınıfının yeni bir örneğini başlatır.

public:
 ScriptControlDescriptor(System::String ^ type, System::String ^ elementID);
public ScriptControlDescriptor (string type, string elementID);
new System.Web.UI.ScriptControlDescriptor : string * string -> System.Web.UI.ScriptControlDescriptor
Public Sub New (type As String, elementID As String)

Parametreler

type
String

Oluşturulan istemci denetim nesnesinin türü.

elementID
String

Oluşturulan denetim nesnesini temsil eden HTML öğesinin kimliği.

Şunlara uygulanır