DesignerAutoFormatCollection.Insert(Int32, DesignerAutoFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 DesignerAutoFormat 插入位於指定索引的集合。
public:
void Insert(int index, System::Web::UI::Design::DesignerAutoFormat ^ format);
public void Insert (int index, System.Web.UI.Design.DesignerAutoFormat format);
member this.Insert : int * System.Web.UI.Design.DesignerAutoFormat -> unit
Public Sub Insert (index As Integer, format As DesignerAutoFormat)
參數
- index
- Int32
要插入 format
集合中之以零起始的索引。
- format
- DesignerAutoFormat
要插入至集合的 DesignerAutoFormat。
例外狀況
備註
Insert方法會將 DesignerAutoFormat 物件新增至集合中的特定索引位置。 若要將單 DesignerAutoFormat 一新增至集合結尾,請使用 Add 方法。
注意
當您將專案插入集合時,索引值會變更集合中的後續專案。