ProfileValueCollectionBase.OnInsert method

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

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnInsert ( _
    index As Integer, _
    value As Object _
)
'Usage
Dim index As Integer
Dim value As Object

Me.OnInsert(index, value)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnInsert(
    int index,
    Object value
)

Parameters

See also

Reference

ProfileValueCollectionBase class

ProfileValueCollectionBase members

Microsoft.Office.Server.UserProfiles namespace