ArrayEditor(Type) Konstruktor

Definition

Initierar en ny instans av ArrayEditor att använda den angivna datatypen för matrisen.

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

Parametrar

type
Type

Datatypen för objekten i matrisen.

Gäller för