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

配列の項目のデータ型。

適用対象