HotSpotCollectionEditor.CreateNewItemTypes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合編輯器可以建立的多種資料型別。
protected:
override cli::array <Type ^> ^ CreateNewItemTypes();
protected override Type[] CreateNewItemTypes ();
override this.CreateNewItemTypes : unit -> Type[]
Protected Overrides Function CreateNewItemTypes () As Type()
傳回
- Type[]
HotSpotCollectionEditor 可建立的資料型別之型別陣列。
備註
HotSpotCollectionEditor物件可以建立的型別為 CircleHotSpot 、 RectangleHotSpot 、 PolygonHotSpot 和可以衍生自類別的其他類型 HotSpot 。