Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides CollectionBase.OnInsert(Int32, Object).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnInsert ( _
index As Integer, _
value As Object _
)
'Usage
Dim index As Integer
Dim value As Object
Me.OnInsert(index, value)
protected override void OnInsert(
int index,
Object value
)
Parameters
- index
Type: System.Int32
- value
Type: System.Object
See Also
Reference
SPWebPartTransformerCollection Class