SPWebPartTransformerCollection.OnInsert - Méthode
Ce membre remplace CollectionBase.OnInsert(Int32, Object).
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnInsert ( _
index As Integer, _
value As Object _
)
'Utilisation
Dim index As Integer
Dim value As Object
Me.OnInsert(index, value)
protected override void OnInsert(
int index,
Object value
)
Paramètres
- index
Type : System.Int32
- value
Type : System.Object
Voir aussi
Référence
SPWebPartTransformerCollection classe