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。

例外

typeelementIDnull 或空字符串 ("")。

适用于