共用方式為


StyleCollectionEditor.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

要建立其執行個體的型別。

傳回

指定之型別的集合。

給繼承者的注意事項

如果方法無法建立指定型別的新實例,此方法 CreateInstance(Type) 應該會擲回例外狀況。

適用於

另請參閱