ActiveDirectorySiteLinkCollection.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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.