del método ProfileValueCollectionBase.OnInsert
Este miembro reemplaza a CollectionBase.OnInsert(Int32, Object).
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnInsert ( _
index As Integer, _
value As Object _
)
'Uso
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
)
Parámetros
- index
Tipo: System.Int32
- value
Tipo: System.Object
Vea también
Referencia
clase ProfileValueCollectionBase