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
- transformer
Type: System.Web.UI.WebControls.WebParts.WebPartTransformer
See Also
Reference
SPWebPartTransformerCollection Class