CollectionEditor.CollectionForm.CreateInstance(Type) 方法

定义

创建指定的集合项类型的新实例。

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

参数

itemType
Type

要创建的项的类型。

返回

指定对象的新实例,或者在用户选择取消创建此实例的情况下为 null

注解

如果无法创建新实例,此方法将引发异常。 如果用户选择取消此实例的创建,此方法将 null返回 。

适用于