共用方式為


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回 。

適用於