SPWebPartTransformerCollection.OnInsert 方法
该成员将替代 CollectionBase.OnInsert(Int32, Object)。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.Int32
- value
类型:System.Object
另请参阅
引用
SPWebPartTransformerCollection 类