CollectionEditor(Type) 建構函式

定義

使用指定的集合類型初始化該類別的新實例 CollectionEditor

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

參數

type
Type

編輯要編輯的合集類型。

適用於