다음을 통해 공유


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 또는 elementIDnull이거나 빈 문자열("")인 경우

적용 대상