ScriptBehaviorDescriptor(String, String) 생성자

정의

ScriptBehaviorDescriptor 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

type
String

설명할 클라이언트 동작 형식의 문자열 표현입니다.

elementID
String

대상 컨트롤의 클라이언트 ID입니다.

예외

type 또는 elementID 빈 문자열("")입니다 null .

적용 대상