WebPartTransformerCollection::Remove Method (WebPartTransformer^)

 

Removes the first occurrence of a specific transformer.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
void Remove(
	WebPartTransformer^ transformer
)

Parameters

transformer
Type: System.Web.UI.WebControls.WebParts::WebPartTransformer^

The WebPartTransformer to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: