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 或空字符串 ("")。

适用于