Share via


ActiveDirectorySiteCollection.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
Object

index 處的新項目值。

適用於

另請參閱