ScriptComponentDescriptor(String) 생성자

정의

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

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

매개 변수

type
String

대상 클라이언트 구성 요소의 형식입니다.

예외

type 가거나 빈 문자열("")입니다 null .

적용 대상