SPWebPartTransformerCollection.OnInsert method
This member overrides CollectionBase.OnInsert(Int32, Object).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overrides Sub OnInsert ( _
index As Integer, _
value As Object _
)
'用途
Dim index As Integer
Dim value As Object
Me.OnInsert(index, value)
protected override void OnInsert(
int index,
Object value
)
參數
- index
Type: System.Int32
- value
Type: System.Object
請參閱
參照
SPWebPartTransformerCollection class