Share via


UserProfileValueCollection.OnInsert Method

This member overrides CollectionBase.OnInsert(Int32, Object).

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Protected Overrides Sub OnInsert ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim index As Integer
Dim value As Object

Me.OnInsert(index, value)
protected override void OnInsert(
    int index,
    Object value
)

Parameters

See Also

Reference

UserProfileValueCollection Class

UserProfileValueCollection Members

Microsoft.Office.Server.UserProfiles Namespace