ArrayEditor(Type) Construtor

Definição

Inicializa uma nova instância de ArrayEditor usar o tipo de dado especificado para o array.

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

Parâmetros

type
Type

O tipo de dados dos itens no array.

Aplica-se a