ScriptControlDescriptor(String, String) コンストラクター

定義

ScriptControlDescriptor クラスの新しいインスタンスを初期化します。

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)

パラメーター

type
String

作成するクライアント コントロール オブジェクトの型。

elementID
String

作成するコントロール オブジェクトを表す HTML 要素の ID。

適用対象