DirectoryServerCollection.OnInsertComplete(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overrides the OnClearComplete() method.
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)
Parameters
- index
- Int32
The zero-based index at which the element was inserted.
- value
- Object
The new value of the element at index
.
Applies to
See also
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.