ProfileValueCollectionBase.OnRemove - Méthode
Ce membre remplace CollectionBase.OnRemove(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 OnRemove ( _
index As Integer, _
value As Object _
)
'Utilisation
Dim index As Integer
Dim value As Object
Me.OnRemove(index, value)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnRemove(
int index,
Object value
)
Paramètres
- index
Type : System.Int32
- value
Type : System.Object
Voir aussi
Référence
ProfileValueCollectionBase classe