WizardStepCollectionEditor(Type) 构造函数

定义

使用给定的 WizardStepCollectionEditor 创建 Type 类的新实例。Creates a new instance of the WizardStepCollectionEditor class using the given Type.

public:
 WizardStepCollectionEditor(Type ^ type);
public WizardStepCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.WizardStepCollectionEditor : Type -> System.Web.UI.Design.WebControls.WizardStepCollectionEditor
Public Sub New (type As Type)

参数

type
Type

集合中的项的 TypeThe Type of items in the collection.

适用于