다음을 통해 공유


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

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

예외

typenull 또는 빈 문자열("")인 경우

적용 대상