共用方式為


ArrayEditor(Type) 建構函式

定義

使用指定的陣列資料型別,初始化 ArrayEditor 的新執行個體。

public:
 ArrayEditor(Type ^ type);
public ArrayEditor (Type type);
new System.ComponentModel.Design.ArrayEditor : Type -> System.ComponentModel.Design.ArrayEditor
Public Sub New (type As Type)

參數

type
Type

陣列中項目的資料型別。

適用於