ArrayEditor(Type) Constructeur

Définition

Initialise une nouvelle instance d’utilisation du type de ArrayEditor données spécifié pour le tableau.

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

Paramètres

type
Type

Type de données des éléments du tableau.

S’applique à