StyleCollection.RemoveAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 Style 物件的指定索引位置移除 StyleCollection 物件。
public:
void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
參數
備註
您 RemoveAt 可以使用方法, Style 從物件中移除位於指定索引位置的物件 StyleCollection 。 接著,會將該物件後面的所有專案 Style 移至最新狀態,以填滿空白位置。 移動的專案的索引也會更新。
若要 Style 從物件中移除特定物件 StyleCollection ,請使用 Remove 方法。 您也可以 Style 使用方法來移除集合中的每個物件 Clear 。