UpdatePanelTriggerCollectionEditor(Type) 构造函数

定义

初始化 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 实例。

适用于