CollectionEditor(Type) Construtor

Definição

Inicializa uma nova instância da CollectionEditor classe usando o tipo de coleção especificado.

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

Parâmetros

type
Type

O tipo de coleção para este editor editar.

Aplica-se a