CollectionEditor(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der CollectionEditor Klasse mithilfe des angegebenen Sammlungstyps.

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

Parameter

type
Type

Der Typ der Sammlung, die für diesen Editor bearbeitet werden soll.

Gilt für: