DesignerVerbCollection.OnInsert(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 Insert
事件。
protected:
override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)
參數
- index
- Int32
要插入項目處的索引。
- value
- Object
要插入的物件。
備註
繼承者可以覆寫這個方法,以新增事件的行為 Insert
。