共用方式為


SPWebPartTransformerCollection.OnSet method

This member overrides CollectionBase.OnSet(Int32, Object, Object).

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected Overrides Sub OnSet ( _
    index As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'用途
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object

Me.OnSet(index, oldValue, newValue)
protected override void OnSet(
    int index,
    Object oldValue,
    Object newValue
)

參數

請參閱

參照

SPWebPartTransformerCollection class

SPWebPartTransformerCollection members

Microsoft.SharePoint.WebPartPages namespace