UpdatePanelTriggerCollectionEditor(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 UpdatePanelTriggerCollectionEditor 类的新实例。
public:
UpdatePanelTriggerCollectionEditor(Type ^ type);
public UpdatePanelTriggerCollectionEditor (Type type);
new System.Web.UI.Design.UpdatePanelTriggerCollectionEditor : Type -> System.Web.UI.Design.UpdatePanelTriggerCollectionEditor
Public Sub New (type As Type)
参数
- type
- Type
要编辑的触发器的类型。
注解
在设计.NET Framework设计器的属性网格控件中单击省略号按钮 (...) 时,在内部构造 类的新 UpdatePanelTriggerCollectionEditor Triggers 实例。