DesignerAutoFormatCollection.RemoveAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除位於集合中指定索引上的 DesignerAutoFormat 物件。
public:
void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
參數
- index
- Int32
要從集合中移除的 DesignerAutoFormat 之以零起始的索引。
例外狀況
備註
RemoveAt使用方法可從集合中移除特定索引的格式。 若要從集合中移除指定的格式,請使用 Remove 方法。 若要從集合中移除所有格式,請使用 Clear 方法。
注意
當您從集合中移除專案時,集合中後續專案的索引值會變更。