WizardStepCollectionEditor.CreateInstance(Type) 方法

定义

创建指定的 Type 的集合的实例。Creates an instance of the collection of the specified Type.

protected:
 override System::Object ^ CreateInstance(Type ^ itemType);
protected override object CreateInstance (Type itemType);
override this.CreateInstance : Type -> obj
Protected Overrides Function CreateInstance (itemType As Type) As Object

参数

itemType
Type

要创建的集合的 TypeThe Type of collection to create.

返回

Object

指定的 itemType 的集合。A collection of the specified itemType.

适用于