ListItemsCollectionEditor(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)
參數
備註
當您在設計衍生自 ListControl 類別的控制項或其他封裝 ListItemCollection 物件的控制項時,.NET Framework會在視覺設計工具的 [屬性] 方格的 ListItems 屬性上選取省略號 (...) 按鈕時,在內部建構 類別的新實例 ListItemsCollectionEditor 。