InstallerCollection.OnInsert(Int32, Object) 方法

定義

在將新的安裝程式插入集合前,執行額外的自訂處理序。

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 處之以零起始的索引。

value
Object

位於 index 之安裝程式的新值。

適用於