ScriptBehaviorDescriptor(String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
或 elementID
为 null
或空字符串 ("")。