CreateUserWizardStepCollectionEditor(Type) 构造函数
定义
使用给定的 CreateUserWizardStepCollectionEditor 初始化 Type 类的新实例。Initializes a new instance of the CreateUserWizardStepCollectionEditor class using the given Type.
public:
CreateUserWizardStepCollectionEditor(Type ^ type);
public CreateUserWizardStepCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.CreateUserWizardStepCollectionEditor : Type -> System.Web.UI.Design.WebControls.CreateUserWizardStepCollectionEditor
Public Sub New (type As Type)
参数
- type
- Type
与集合编辑器关联的集合中的项的 Type。The Type of the items in the collection associated with the collection editor.