共用方式為


TableCellsCollectionEditor.CreateInstance(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

要建立的項目之 Type

傳回

Object

指定類型的物件。

適用於