PropertyValueCollection.OnInsertComplete(Int32, Object) 方法

定義

protected:
 override void OnInsertComplete(int index, System::Object ^ value);
protected override void OnInsertComplete (int index, object value);
protected override void OnInsertComplete (int index, object? value);
override this.OnInsertComplete : int * obj -> unit
Protected Overrides Sub OnInsertComplete (index As Integer, value As Object)

參數

index
Int32

插入 value 處之以零起始的索引。

value
Object

index 處的新項目值。

適用於