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şturulacak istemci denetim nesnesinin türü.

elementID
String

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

Şunlara uygulanır