Condividi tramite


SPWebPartTransformerCollection.Remove method

Removes the first occurrence of a specific transformer.

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

Syntax

'Declaration
Public Sub Remove ( _
    transformer As WebPartTransformer _
)
'Usage
Dim instance As SPWebPartTransformerCollection
Dim transformer As WebPartTransformer

instance.Remove(transformer)
public void Remove(
    WebPartTransformer transformer
)

Parameters

See also

Reference

SPWebPartTransformerCollection class

SPWebPartTransformerCollection members

Microsoft.SharePoint.WebPartPages namespace