Share via


ProfileValueCollectionBase.OnInsert - Méthode

Ce membre remplace CollectionBase.OnInsert(Int32, Object).

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnInsert ( _
    index As Integer, _
    value As Object _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ProfileValueCollectionBase classe

ProfileValueCollectionBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms