共用方式為


HotSpotCollectionEditor(Type) 建構函式

定義

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

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

參數

type
Type

要編輯的集合型別。

備註

當您選取省略號按鈕 (...) 視覺化設計 ImageMap 工具的Properties方格中的HotSpots屬性上,設計控制項或其他封裝 HotSpotCollection 物件的控制項時,.NET Framework內部建構 類別的新實例 HotSpotCollectionEditor

適用於

另請參閱