DomainUpDown.DomainUpDownItemCollection.Insert(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的物件插入集合的指定位置。
public:
override void Insert(int index, System::Object ^ item);
public override void Insert (int index, object item);
public override void Insert (int index, object? item);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, item As Object)
參數
備註
您也可以使用 Add 方法,將新的 Object 新增至集合。
若要移除您先前新增的 Object ,請使用 Remove 或 RemoveAt 方法。