共用方式為


ListItemsCollectionEditor(Type) 建構函式

定義

初始化 ListItemsCollectionEditor 類別的新執行個體。

public:
 ListItemsCollectionEditor(Type ^ type);
public ListItemsCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.ListItemsCollectionEditor : Type -> System.Web.UI.Design.WebControls.ListItemsCollectionEditor
Public Sub New (type As Type)

參數

type
Type

要編輯之集合的 Type

備註

當您在設計衍生自 ListControl 類別的控制項或其他封裝 ListItemCollection 物件的控制項時,.NET Framework會在視覺設計工具的 [屬性] 方格的 ListItems 屬性上選取省略號 (...) 按鈕時,在內部建構 類別的新實例 ListItemsCollectionEditor

適用於

另請參閱