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입니다.

적용 대상