Sdílet prostřednictvím


CollectionEditor(Type) Konstruktor

Definice

Inicializuje novou instanci CollectionEditor třídy pomocí zadaného typu kolekce.

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

Parametry

type
Type

Typ kolekce pro tento editor, který chcete upravit.

Platí pro