SPWebPartTransformerCollection.Remove Method

Removes the first occurrence of a specific transformer.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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